I am using asp.net membership in my application. I have set maxInvalidPasswordAttempts=”5″ in web.config. User is locked out after 5 attempts. When does locked user get unlocked. Do I need to create a page to unlock users or it is done automatically after some hours/days ?
Please suggest.
By default, you’ll need to create something to unlock the user. There’s no automatic mechanism that unlocks users after a period of time.