Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
entrix
WoWSimpleRegistration
Commits
d799e9db
Commit
d799e9db
authored
Jul 27, 2020
by
Amin.MasterkinG
Browse files
hcaptcha must be Boolean!
parent
8d08784d
Changes
1
Hide whitespace changes
Inline
Side-by-side
application/config/config.php.sample
View file @
d799e9db
...
...
@@ -38,7 +38,7 @@ $config['smtp_pass'] = 'SECRET'; // SMTP pass
$config
[
'smtp_secure'
]
=
'tls'
;
// Enable TLS encryption, `ssl` also accepted
$config
[
'smtp_mail'
]
=
'no-reply@example.com'
;
// Send emails by ...
$config
[
'hcaptcha'
]
=
'
false
'
;
// If you want to use hcaptcha you need to enable that. (If you don't want to use HCaptcha, We will use image as captcha)
$config
[
'hcaptcha'
]
=
false
;
// If you want to use hcaptcha you need to enable that. (If you don't want to use HCaptcha, We will use image as captcha)
$config
[
'hcaptcha_key'
]
=
''
;
// Go to https://hCaptcha.com/?r=6d4f9117ba12 to get key.
$config
[
'hcaptcha_secret'
]
=
''
;
// Go to https://hCaptcha.com/?r=6d4f9117ba12 to get key.
$config
[
'hcaptcha_language'
]
=
'en'
;
// Go to https://docs.hcaptcha.com/languages to find language code.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment