Third-party password management with full integration
I am using C #, IIS, ASP.NET, SQL Server.
Is there a third party platform that I can easily integrate into my system for password management?
It would have to integrate 100% (no OpenID) so users won't notice.
0
Jason
source
to share
1 answer
ASP.NET actually has built-in functionality for login and password management: Login Controls . The feature set is not very large, but it covers all the basics: registration, password change and password recovery.
+2
Jeromy irvine
source
to share