sjinks / roundcube_recaptcha

Adds reCAPTCHA to the RoundCube login form
MIT License
7 stars 6 forks source link

Login callback #2

Open 1kUHuiswkvj7spRO opened 6 years ago

1kUHuiswkvj7spRO commented 6 years ago

Adding data-callback to the g-recaptcha class, allowing the javascript to enable the login button once the user has clicked the reCAPTCHA checkbox.

sjinks commented 6 years ago

I think you forgot to commit recaptcha.js (referenced in $this->include_script('recaptcha.js');) :-)