Is it possible to change the username with the Membership API

后端 未结 7 2079
独厮守ぢ
独厮守ぢ 2020-12-03 13:38

I am using the default sql membership provider with ASP.NET and I would like to provide a page to change the user\'s username. I believe I am sure I could do this with a cus

7条回答
  •  再見小時候
    2020-12-03 13:54

    Since Membershiop API does not allow username modification directly, you can access directly the aspnet_Membership table in your database.

提交回复
热议问题