Wanted to know the correct way to set up the membership setting so user could retrive the password.
hashAlgorithmType="SHA1"
passwordFormat="Hashed"
I know if Have it on Hashed, it will send the user Hashed vaule instead of the user password. How would I be able to set the settign where it will return the correct value?
...
Go to the complete details ...