I am using ASP.NET Membership API. I want to force the user to change their password after the first time he logs in. But, I could not find any such built in functionality in the Membership API of ASP.NET.
Is it possible, or not? If yes, how can it be done easily?
I am using ASP.NET Membership API. I want to force the user to change
Share
There is no built-in functionality.
You will need to implement it yourself. Here’s an example: http://forums.asp.net/p/1273575/2414481.aspx