mirror of
https://github.com/elyby/accounts.git
synced 2024-11-10 07:22:00 +05:30
#14: integrate captcha with backend. Add validation message
This commit is contained in:
parent
6efbbb7098
commit
dd423a0c6b
@ -5,6 +5,7 @@ $config = [
|
||||
'request' => [
|
||||
// !!! insert a secret key in the following (if it is empty) - this is required by cookie validation
|
||||
'cookieValidationKey' => '',
|
||||
'enableCsrfValidation' => false,
|
||||
],
|
||||
'reCaptcha' => [
|
||||
'public' => '',
|
||||
|
Loading…
Reference in New Issue
Block a user