You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
Brock Allen edited this page Oct 20, 2013
·
2 revisions
MembershipReboot allows a user to reset their password. This is performed by emailing the user a reset code to confirm their intent. Once the user has verified their request by providing the reset code to the application, then a new password may be entered.
To initiate the password reset, the UserAccountService provides the ResetPassword API. This generates the reset code and raises an event to email the code to the user. Your application will then need to provide the user interface for accepting the code from the user and then can confirm the code with the ChangePasswordFromResetKey on the UserAccountService.