Allow Recaptcha service url to be configured (#6820)
This commit is contained in:
parent
159294f799
commit
ade88a877d
8 changed files with 20 additions and 5 deletions
|
@ -362,6 +362,8 @@ CAPTCHA_TYPE = image
|
|||
; Go to https://www.google.com/recaptcha/admin to sign up for a key
|
||||
RECAPTCHA_SECRET =
|
||||
RECAPTCHA_SITEKEY =
|
||||
; Change this to use recaptcha.net or other recaptcha service
|
||||
RECAPTCHA_URL = https://www.google.com/recaptcha/
|
||||
; Default value for KeepEmailPrivate
|
||||
; Each new user will get the value of this setting copied into their profile
|
||||
DEFAULT_KEEP_EMAIL_PRIVATE = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue