Added recaptcha
This commit is contained in:
@@ -70,12 +70,10 @@ return array(
|
||||
'DB_PORT' => '3306',
|
||||
'DB_CHARSET' => 'utf8',
|
||||
/**
|
||||
* Configuration for: Captcha size
|
||||
* The currently used Captcha generator (https://github.com/Gregwar/Captcha) also runs without giving a size,
|
||||
* so feel free to use ->build(); inside CaptchaModel.
|
||||
* Configuration for: Google reCAPTCHA v2
|
||||
*/
|
||||
'CAPTCHA_WIDTH' => 359,
|
||||
'CAPTCHA_HEIGHT' => 100,
|
||||
'RECAPTCHA_SITE_KEY' => 'recaptcha-site-key',
|
||||
'RECAPTCHA_SECRET_KEY' => 'recaptcha-secret-key',
|
||||
/**
|
||||
* Configuration for: Cookies
|
||||
* 1209600 seconds = 2 weeks
|
||||
|
||||
Reference in New Issue
Block a user