Mono Support How can I increase the number of failed login attempts before user gets locked out? (Closed)

Viewed 22763 time(s), 5 post(s), 11/9/2012 2:40:00 PM - by ClipFlairadmin4
11/9/2012 2:40:00 PM
100 Reputation 16 Total posts

How can I increase the number of failed login attempts before user gets locked out? Now seems to be 3 and can't spot such a setting in web.config. Or is it some ASP.net setting expected to be in the database? If so, I'd expect to be able to set it via admin UI somewhere

1
11/9/2012 2:46:44 PM
1849 Reputation 181 Total posts

Search for this "maxInvalidPasswordAttempts" in the web.config and change the value.

Please let me know is this was helpful for you.

2
11/12/2012 7:46:04 PM
211 Reputation 26 Total posts

thanks, was expecting something like maxLoginAttempts and couldn't find it - should have searched for max instead of maxLogin and login

3
11/13/2012 7:50:38 AM
1849 Reputation 181 Total posts

This is the standard membership property as you can see at http://msdn.microsoft.com/en-us/library/system.web.security.membership.maxinvalidpasswordattempts(v=vs.100).aspx

4
11/13/2012 8:07:58 AM
211 Reputation 26 Total posts

indeed the naming of the property is fine, since invalidLogins would't mean just wrong password. Was just looking for the wrong thing

5
This is a demo site for MonoX. Please visit Mono Software for more info.