Skip to content

(fix): Toggle to enable/disable recaptcha for developers on signup

Mark Harding requested to merge master into angular-50

Created by: ellerandreas

Hi There, Recently there was a request to add a toggle to enable/disable recaptcha on the registration form for developers who wanted to modify the source code on the basis that they might want to avoid third party libraries.

Here is my solution: modified the register files (.html, .ts, .php) with appropriate documentation. Here are the paths to them for further reference:

/minds/front/app/src/modules/forms/register/register.ts /minds/front/app/src/modules/forms/register/register.html /minds/engine/Controllers/api/v1/register.php

Any feedback will be greatly appreciated!

captcha_toggle_fix.zip captcha_off captcha_on

Merge request reports