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.