@@ -576,13 +576,16 @@ Certain queues have defaults that override the defaults set in `[queue]` (this o
576576 provided email rather than a generated email.
577577- ` ENABLE_CAPTCHA ` : ** false** : Enable this to use captcha validation for registration.
578578- ` 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 \]
581581- ` RECAPTCHA_SECRET ` : ** ""** : Go to https://www.google.com/recaptcha/admin to get a secret for recaptcha.
582582- ` RECAPTCHA_SITEKEY ` : ** ""** : Go to https://www.google.com/recaptcha/admin to get a sitekey for recaptcha.
583583- ` RECAPTCHA_URL ` : ** https://www.google.com/recaptcha/ ** : Set the recaptcha url - allows the use of recaptcha net.
584584- ` HCAPTCHA_SECRET ` : ** ""** : Sign up at https://www.hcaptcha.com/ to get a secret for hcaptcha.
585585- ` 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.
586589- ` DEFAULT_KEEP_EMAIL_PRIVATE ` : ** false** : By default set users to keep their email address private.
587590- ` DEFAULT_ALLOW_CREATE_ORGANIZATION ` : ** true** : Allow new users to create organizations by default.
588591- ` DEFAULT_USER_IS_RESTRICTED ` : ** false** : Give new users restricted permissions by default
0 commit comments