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
e4ef6663
Commit
e4ef6663
authored
Jul 27, 2020
by
Amin.MasterkinG
Browse files
Update config file to support hCaptcha.
parent
33c6ddc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
application/config/config.php.sample
View file @
e4ef6663
...
...
@@ -38,6 +38,10 @@ $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_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
[
'realmlists'
]
=
array
(
"1"
=>
array
(
'realmid'
=>
1
,
// Realm ID
...
...
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