Tagged Questions

0
votes
4answers
378 views

How to keep passwords safe when a “Forgot Password” function is available

A colleague and I are discussing how to implement "Lost Password" feature on our company's proprietary web application. We have already decided that to create an account there will be three required ...
0
votes
6answers
932 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 ...