dsoares / roundcube-rcguard

Roundcube plugin to enforce reCAPTCHA for users who have too many failed logins.
24 stars 11 forks source link

Error message: CAPTCHA verification empty! #40

Open pauLee opened 3 years ago

pauLee commented 3 years ago

I don't get the captcha after 1 failed login ($config['failed_attempts'] = 1;). I only get the message "CAPTCHA verification empty!"

I'am using version 1.3.1 on RC 1.4.11.

Any idea what's wrong there?

dsoares commented 3 years ago

Hi pauLee,

Which type are you using ($config['recaptcha_api_version'])? Have you defined the public/private keys? Is there any error in the browser console?

pbiering commented 1 year ago

@pauLee : can this be reproduced with latest release from here?

https://github.com/pbiering/roundcube-rcguard

If not, please close this issue.