ASP.NET Membership: any way to reset password question and answer in code?
It seems there should be some way for a user to reset his security q and a 开发者_开发问答but I can't find anything. Thanks in advance for the help.
If you call GetUser
, it returns a MembershipUser object, on that object is a method ChangePasswordQuestionAndAnswer()
which is used to update the question and answer.
精彩评论