All the issues should be fixed with this version: rcguard 0.2.0.
Hi, I've written a plugin that shows a reCAPTCHA box after too many failed login attempts. The failed attempts are saved in SQL and purged after a certain amount of time.
Fixed issues:
- MySQL and PostgreSQL are supported.
- IPs aren't purged if user doesn't visit.
- Users that fail reCAPTCHA aren't allowed to login. However, the method is crude and ugly.
- Might conflict with the remember_me plugin.
The gzipped file: rcguard-0.2.0.tar.gz.
Also on GitHub: rcguard.
Comments and suggestions are welcome. This is my first plugin, so there probably are a lot of problems.
Last edited by dennylin93; 06-08-2010 at 08:33 AM.
All the issues should be fixed with this version: rcguard 0.2.0.
Last edited by dennylin93; 02-07-2010 at 01:54 PM.
Sure, I've attached a screenshot of the login form.
great work plugin works fine !!!
many thanks
to change language in capchta
edit rcguard.js
and replace
withPHP Code:var RecaptchaOptions = {
theme : 'white'
};
de for GermanPHP Code:var RecaptchaOptions = {
theme : 'white',
lang : 'de'
};
see here for more options
reCAPTCHA API Documentation
recaptcha dont display correct in some old Browsers IE6 IE7
to fix this edit rcguard.css and replace all with
PHP Code:@charset "utf-8";
#rcguard {
margin-bottom: 0px;
}
#recaptcha {
position: relative;
}
Hmm... Looks like we have a problem. The fix above doesn't work with Firefox. I'll try to find a solution that works with all browsers.
Last edited by dennylin93; 02-11-2010 at 12:45 AM.
in my firefox works with this
tested with FF 3.6 and 3.5 IE6, IE7 and IE8, Opera 10, and Google Chrome tested with Windows 7 and XP and FF 3.6 under linux.
which FF version you use.
I'm using Firefox 3.6 and Opera 10 under FreeBSD.
There are currently 1 users browsing this thread. (0 members and 1 guests)