Set Captcha to come up after 3 login attempts in FEU

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
kkreitz
Forum Members
Forum Members
Posts: 48
Joined: Fri Jun 25, 2010 3:06 am

Set Captcha to come up after 3 login attempts in FEU

Post by kkreitz »

My CMSMS and Modules are current with 1.10.3

I am using FEU and Custom Content to protect a page and would like to have captcha come up after a set number (1, 2 ,3) of failed login attempts.

I do not see this as a feature in FEU, solutions on the forums or anywhere else for CMSMS.

Is this easily done? If so how?

Thank You
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: Set Captcha to come up after 3 login attempts in FEU

Post by jmcgin51 »

To my knowledge, this is not a feature of FEU or CC, and would therefore require that the module editor add the feature (probably would be a sponsored feature), or that you hack the source (not recommended as it renders your installation unsupported, and your changes will be lost during an upgrade in the future.
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Set Captcha to come up after 3 login attempts in FEU

Post by Wishbone »

Might be possible, using a couple of clever UDTs.

Use a UDT in your site template to scan for 3 failed logins (see below). If OK, use nocaptcha=1. If violating, omit this parameter.

In the login template, you can detect a failure by passing $error, and with a UDT, log the failed attempts in the DB.
kkreitz
Forum Members
Forum Members
Posts: 48
Joined: Fri Jun 25, 2010 3:06 am

Re: Set Captcha to come up after 3 login attempts in FEU

Post by kkreitz »

Thank you for your replies. I was hoping for a simpler solution and my client is no longer pressing the issue.

The logic of creating a couple of clever UDT's makes sense however my skills in this area are more of being able to edit verses create.
Post Reply

Return to “Modules/Add-Ons”