MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

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

Viewed 21843 time(s), 5 post(s) 09.11.2012 14:40:00by ClipFlairadmin4
ClipFlairadmin4

ClipFlairadmin4

09.11.2012 14:40:00
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
Dieser Inhalt wurde noch nicht bewertet. 
100 Reputation 16 Total posts
kpeulic

kpeulic

09.11.2012 14:46:44
Search for this "maxInvalidPasswordAttempts" in the web.config and change the value.

Please let me know is this was helpful for you.
Dieser Inhalt wurde noch nicht bewertet. 
1849 Reputation 181 Total posts
GeorgeBirbilis13

GeorgeBirbilis13

12.11.2012 19:46:04
thanks, was expecting something like maxLoginAttempts and couldn't find it - should have searched for max instead of maxLogin and login
Dieser Inhalt wurde noch nicht bewertet. 
211 Reputation 26 Total posts
kpeulic

kpeulic

13.11.2012 07:50:38
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
Dieser Inhalt wurde noch nicht bewertet. 
1849 Reputation 181 Total posts
GeorgeBirbilis13

GeorgeBirbilis13

13.11.2012 08:07:58
indeed the naming of the property is fine, since invalidLogins would't mean just wrong password. Was just looking for the wrong thing
Dieser Inhalt wurde noch nicht bewertet. 
211 Reputation 26 Total posts