#14: integrate captcha with backend. Add validation message

This commit is contained in:
SleepWalker 2016-08-05 08:41:33 +03:00
parent 6efbbb7098
commit dd423a0c6b

View File

@ -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' => '',