roundcube-rcguard
roundcube-rcguard copied to clipboard
Roundcube plugin to enforce reCAPTCHA for users who have too many failed logins.
Hi all, i have a problem with the rcguard plugin for roundcube. When i logout from Roundcube, in the login page the Recaptcha window is not present, so if i...
Hi All, I am unfamiliar with coding and reCAPTCHA function. I'd like to know that how to solve CAPTCHA Verification Failed issue when I login roundcube. I used correct site...
Hi, After the first wrong login, the captcha wont display. If i use chrome debug tool (F12) it shows this message: Unchecked runtime.lastError: Could not establish connection. Receiving end does...
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...
Support for [hCaptcha](https://www.hcaptcha.com) would be appreciated. It has a lot of advantages over reCaptcha, but my main reason for requesting it is because it supports [Privacy Pass](https://captcha.website/), an extension that...
@dsoares : your last action on Github was on 2022-03-04: https://github.com/dsoares?tab=overview&from=2022-12-01&to=2022-12-31
This is now an all-in-one PR adding support for - hCaptcha - FriendlyCaptcha - Cloudflare Turnstile
So far, IPv6 entries in `$config['recaptcha_whitelist']` where not proper honored, this PR adds IPv6 support to the CIDR matching code using e.g. following config ``` $rcmail_config['recaptcha_whitelist'] = array('2001:db8::/32'); ``` also...
For a short time now, our customers have not been able to enter roundcube, because the following error triggers a fatal error. PHP8.0 is used Roundcube 1.5-rc `PHP Fatal error:...
In the last weeks i have a lot of messages of this type: Aug 3 04:01:49 webmail1 roundcube: PHP Error: Request security check failed (POST /?_task=mail&_action=refresh) Aug 3 04:02:49 webmail1...