I am having some problem with the ASP.Net Login feature. After the user fail to enter a correct password several time. Their account will be lock, even if they have entered a password correctly, they still unable to login again.
I am wondering if there any other way that I could unlock the user account.
I have find a post with relevent issue. Their solution is to use the PasswordRecovery event. If I do not have the SecurityQuestion and Answer, Do I still be able to unlock the account?