Frage

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?

War es hilfreich?

Andere Tipps

You want to update in two columns in Membership table.

IsLockedOut to 0

FailedPasswordAttemptCount to 0

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top