Is it possible to change the username with the Membership API

后端 未结 7 2056
独厮守ぢ
独厮守ぢ 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 14:03

    No, the MembershipUser class does not allow to modify the Username property so you cannot do it.

    Practically you should not allow the username to change. If you allow to do so somehow then it will lose its purpose and nature.

提交回复
热议问题