Change User Password in ASP.NET Forms Authentication

前端 未结 5 1865
一生所求
一生所求 2021-01-02 16:47

I code in C# (ASP.NET) and am using Forms authentication.
I would like to know which is the best method to change a user password without using the asp:ChangePassword c

5条回答
  •  渐次进展
    2021-01-02 17:44

    Assuming you are using the ASP.NET security thingies.

    System.Web.Security.MembershipProvider.ChangePassword method

提交回复
热议问题