@@ -576,13 +576,16 @@ Certain queues have defaults that override the defaults set in `[queue]` (this o
576
576
provided email rather than a generated email.
577
577
- ` ENABLE_CAPTCHA ` : ** false** : Enable this to use captcha validation for registration.
578
578
- ` REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA ` : ** false** : Enable this to force captcha validation
579
- even for External Accounts (i.e. GitHub, OpenID Connect, etc). You must ` ENABLE_CAPTCHA ` also .
580
- - ` CAPTCHA_TYPE ` : ** image** : \[ image, recaptcha, hcaptcha\]
579
+ even for External Accounts (i.e. GitHub, OpenID Connect, etc). You also must enable ` ENABLE_CAPTCHA ` .
580
+ - ` CAPTCHA_TYPE ` : ** image** : \[ image, recaptcha, hcaptcha, mcaptcha \]
581
581
- ` RECAPTCHA_SECRET ` : ** ""** : Go to https://www.google.com/recaptcha/admin to get a secret for recaptcha.
582
582
- ` RECAPTCHA_SITEKEY ` : ** ""** : Go to https://www.google.com/recaptcha/admin to get a sitekey for recaptcha.
583
583
- ` RECAPTCHA_URL ` : ** https://www.google.com/recaptcha/ ** : Set the recaptcha url - allows the use of recaptcha net.
584
584
- ` HCAPTCHA_SECRET ` : ** ""** : Sign up at https://www.hcaptcha.com/ to get a secret for hcaptcha.
585
585
- ` HCAPTCHA_SITEKEY ` : ** ""** : Sign up at https://www.hcaptcha.com/ to get a sitekey for hcaptcha.
586
+ - ` MCAPTCHA_SECRET ` : ** ""** : Go to your mCaptcha instance to get a secret for mCaptcha.
587
+ - ` MCAPTCHA_SITEKEY ` : ** ""** : Go to your mCaptcha instance to get a sitekey for mCaptcha.
588
+ - ` MCAPTCHA_URL ` ** https://demo.mcaptcha.org/ ** : Set the mCaptcha URL.
586
589
- ` DEFAULT_KEEP_EMAIL_PRIVATE ` : ** false** : By default set users to keep their email address private.
587
590
- ` DEFAULT_ALLOW_CREATE_ORGANIZATION ` : ** true** : Allow new users to create organizations by default.
588
591
- ` DEFAULT_USER_IS_RESTRICTED ` : ** false** : Give new users restricted permissions by default
0 commit comments