문제

I have forgot to change "maxInvalidPasswordAttempts" in my web config and it was on 5! Now one of my users get locked. I have change Islocked column to false but it is keeping unlock. Can any body help me how to unlock this user?

도움이 되었습니까?

다른 팁

You want to update in two columns in Membership table.

IsLockedOut to 0

FailedPasswordAttemptCount to 0

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top