On Mon, Feb 20, 2012 at 4:20 PM, roger@rogerchrisman.com wrote:
Thanks Ben,
On Mon, Feb 20, 2012 at 3:45 PM, Benjamin Lees emufarmers@gmail.com wrote:
On Mon, Feb 20, 2012 at 6:12 PM, roger@rogerchrisman.com wrote:
I have QuestyCaptcha working on http://teflpedia.com. However, for some reason it fails to challenge users on bad login (multiple failed login attempts is not producing the captcha challenge).
What happens if you use a different captcha module? I'd like to know if this is a problem with the extension or the module.
I don't know. If I get a moment, I will try to find out and reply.
Okay did that: I now have http://teflpedia.com using ConfirmEdit's default simple math captcha, and I have this set in LocalSettings.php:
$wgCaptchaTriggers['badlogin'] = true; //default
But multiple bad login attempts are not triggering captcha challenge. I will leave it set per above for one hour, then change back to QuestyCaptcha.
Am I supposed to set somewhere how many consecutive bad login attempts should trigger the captcha challenge?
Roger