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?