Merge pull request #110 from nomadturk/2.5.x

Update for ReCaptcha
This commit is contained in:
Albert Santoni 2015-07-01 15:06:24 -04:00
commit 077b8b65f1
1 changed files with 2 additions and 1 deletions

View File

@ -87,7 +87,8 @@ class Application_Form_Login extends Zend_Form
'captcha' => 'ReCaptcha',
'captchaOptions' => array(
'captcha' => 'ReCaptcha',
'service' => $recaptcha
'service' => $recaptcha,
'ssl' => 'true'
)
)
);