Change the captcha type to hcaptcha

This commit is contained in:
Awiteb 2024-03-04 01:02:50 +03:00
parent c78d6f0034
commit a4ec552b3e
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -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