Change the captcha type to hcaptcha
This commit is contained in:
parent
c78d6f0034
commit
a4ec552b3e
1 changed files with 5 additions and 0 deletions
|
@ -162,6 +162,11 @@ EMAIL_DOMAIN_BLOCKLIST = gmail.com,yahoo.com,icloud.com,hotmail.com
|
|||
ENABLE_CAPTCHA = true
|
||||
REQUIRE_CAPTCHA_FOR_LOGIN = true
|
||||
REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA = true
|
||||
CAPTCHA_TYPE = hcaptcha
|
||||
; CHANGE_ME (Add your hcaptcha values or remove it and change the type to image)
|
||||
HCAPTCHA_SECRET = blabla
|
||||
HCAPTCHA_SITEKEY = blabla
|
||||
|
||||
;; Repository/Organization configuration
|
||||
AUTO_WATCH_NEW_REPOS = false
|
||||
DEFAULT_ALLOW_CREATE_ORGANIZATION = false
|
||||
|
|
Loading…
Reference in a new issue