ASP.NET MVC Users unable to login after password change, and being locked out.

Posted by Russell Kay on Stack Overflow See other posts from Stack Overflow or by Russell Kay
Published on 2010-02-19T16:10:53Z Indexed on 2010/03/30 1:03 UTC
Read the original article Hit count: 451

All,

I have a website that is in use and has several users, using the MySqlMembershipProvider.

We have had a few users that have been locked out (for some reason) and recently I unlocked them and reset the passwords, using the MembershipUser.UnlockUser and MembershipUser.ResetPassword methods.

Now they are definitely marked in the database as Unlocked and the password has been reset, but they still cannot log in.

Does anyone have any ideas why this might happen?

© Stack Overflow or respective owner

Related posts about asp.net-mvc

Related posts about asp.net-membership