mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-17 19:55:34 +00:00
hCaptcha Support (#12594)
* Initial work on hCaptcha Signed-off-by: jolheiser <[email protected]> * Use module Signed-off-by: jolheiser <[email protected]> * Format Signed-off-by: jolheiser <[email protected]> * At least return and debug log a captcha error Signed-off-by: jolheiser <[email protected]> * Pass context to hCaptcha Signed-off-by: jolheiser <[email protected]> * Add context to recaptcha Signed-off-by: jolheiser <[email protected]> * fix lint Signed-off-by: Andrew Thornton <[email protected]> * Finish hcaptcha Signed-off-by: jolheiser <[email protected]> * Update example config Signed-off-by: jolheiser <[email protected]> * Apply error fix for recaptcha Signed-off-by: jolheiser <[email protected]> * Change recaptcha ChallengeTS to string Signed-off-by: jolheiser <[email protected]> Co-authored-by: Andrew Thornton <[email protected]>
This commit is contained in:
committed by
GitHub
co-authored by
Andrew Thornton
parent
e9e4917139
commit
3841e371a2
@@ -429,10 +429,12 @@ relation to port exhaustion.
|
||||
- `ENABLE_CAPTCHA`: **false**: Enable this to use captcha validation for registration.
|
||||
- `REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA`: **false**: Enable this to force captcha validation
|
||||
even for External Accounts (i.e. GitHub, OpenID Connect, etc). You must `ENABLE_CAPTCHA` also.
|
||||
- `CAPTCHA_TYPE`: **image**: \[image, recaptcha\]
|
||||
- `CAPTCHA_TYPE`: **image**: \[image, recaptcha, hcaptcha\]
|
||||
- `RECAPTCHA_SECRET`: **""**: Go to https://www.google.com/recaptcha/admin to get a secret for recaptcha.
|
||||
- `RECAPTCHA_SITEKEY`: **""**: Go to https://www.google.com/recaptcha/admin to get a sitekey for recaptcha.
|
||||
- `RECAPTCHA_URL`: **https://www.google.com/recaptcha/**: Set the recaptcha url - allows the use of recaptcha net.
|
||||
- `HCAPTCHA_SECRET`: **""**: Sign up at https://www.hcaptcha.com/ to get a secret for hcaptcha.
|
||||
- `HCAPTCHA_SITEKEY`: **""**: Sign up at https://www.hcaptcha.com/ to get a sitekey for hcaptcha.
|
||||
- `DEFAULT_KEEP_EMAIL_PRIVATE`: **false**: By default set users to keep their email address private.
|
||||
- `DEFAULT_ALLOW_CREATE_ORGANIZATION`: **true**: Allow new users to create organizations by default.
|
||||
- `DEFAULT_ENABLE_DEPENDENCIES`: **true**: Enable this to have dependencies enabled by default.
|
||||
|
||||
Reference in New Issue
Block a user