If I have the passwordFormat as Clear in web.config, everything works correctly. If the value is 'Hahsed' in web.config, the value appears to be hashed, but I can't use the value of newPassword as my new password in the login form. If I change the password in the CMS, I can use the login form without issue too, and both UmbracoMembershipProvider and UsersMembershipProvider have passwordFormat="Hashed".
I'm running Umbraco version 7.2.5 assembly: 1.0.5610.18894.
Password reset hashing issue
Hi,
I have implemented a password reset function for forgotten passwords.
I run:
and email newPassword to the user.
If I have the passwordFormat as Clear in web.config, everything works correctly. If the value is 'Hahsed' in web.config, the value appears to be hashed, but I can't use the value of newPassword as my new password in the login form. If I change the password in the CMS, I can use the login form without issue too, and both UmbracoMembershipProvider and UsersMembershipProvider have passwordFormat="Hashed".
I'm running Umbraco version 7.2.5 assembly: 1.0.5610.18894.
Please could someone advise?
Thanks,
Bob
is working on a reply...