London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Account locked - increasing the default attempts

Vote:
0

Hi,

At the moment if a user tries and fails 3 times to log in, they are logged out. Is there any way of increasing the amount of attempts, i.e. put this up to 10?

Cheers

Tim

#71852
May 30, 2013 13:34
Vote:
0

I your application web.config find the key something like this SqlServerMembershipProvider or WindowsMembershipProvider and change the setting for password attempt.

you will probably find this under membership tag.

 

Regards

/K

#71864
May 30, 2013 16:57
Vote:
0

The key to look for in web.config is "maxInvalidPasswordAttempts"

#71880
May 31, 2013 9:21
Vote:
0

Thanks Arild:)

#71938
Jun 01, 2013 14:20
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.