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? (Zatvorena) (Mono Support )

22093 put(a) pogledan, 5 odgovor(a) 9.11.2012. 14:40:00Kreirao(la) ClipFlairadmin4
ClipFlairadmin4

ClipFlairadmin4

9.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
Ovaj sadržaj još nije ocijenjen. 
100 Reputacija 16 Ukupno objava
kpeulic

kpeulic

9.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.
Ovaj sadržaj još nije ocijenjen. 
1849 Reputacija 181 Ukupno objava
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
Ovaj sadržaj još nije ocijenjen. 
211 Reputacija 26 Ukupno objava
kpeulic

kpeulic

13.11.2012. 7: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
Ovaj sadržaj još nije ocijenjen. 
1849 Reputacija 181 Ukupno objava
GeorgeBirbilis13

GeorgeBirbilis13

13.11.2012. 8: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
Ovaj sadržaj još nije ocijenjen. 
211 Reputacija 26 Ukupno objava