commit
077b8b65f1
|
@ -87,7 +87,8 @@ class Application_Form_Login extends Zend_Form
|
||||||
'captcha' => 'ReCaptcha',
|
'captcha' => 'ReCaptcha',
|
||||||
'captchaOptions' => array(
|
'captchaOptions' => array(
|
||||||
'captcha' => 'ReCaptcha',
|
'captcha' => 'ReCaptcha',
|
||||||
'service' => $recaptcha
|
'service' => $recaptcha,
|
||||||
|
'ssl' => 'true'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue