I use C#, IIS, ASP.NET, SQL Server.
Is there a third-party platform I can easily integrate into my system, to handle password management?
It would have to integrate 100% (no OpenID), so that the users would not notice.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
ASP.NET actually has some built-in features for login and password management: the Login Toolbox Controls. The feature set isn’t very large, but it covers all the basics: registration, change password, and recover password.