Tagged Questions
0
votes
6answers
962 views
Problem when password resetting in ASP.NET
I am developing an app which I should design a page for users who forget passwords and send email to them the new passwords. I am using ASP.NET Membership and password format should be hashed.
My ...