user.ChangePasswordQuestionAndAnswer(“myPassword”, “myPet”, “dog”);
These are the values stored in the aspnet_Membership table:
Password = “myPassword”
PasswordQuestion = “myPet”
PasswordAnswer = “n51Do4TY8pYTAzyenYDe9d46Kjyc8oEbYbf4CRMzlE8=”
But I’m expecting PasswordAnswer to be “dog”.
Can anyone shed some light on what might be happening here?
everytime I used this in the past, PasswordAndwer would be "dog" in the aspnet_Membership table.
Additionaly, in the web.config file the SqlProvider passwordFormat attribute has always been set to "Encrypted" so this has not changed. Something else must have changed to cuase the PasswordAnswer to start encrypting.
Thank you. Small Bio
