WebSecurity.ResetPassword(String, String) Method

Definition

Resets a password by using a password reset token.

public static bool ResetPassword (string passwordResetToken, string newPassword);
static member ResetPassword : string * string -> bool
Public Shared Function ResetPassword (passwordResetToken As String, newPassword As String) As Boolean

Parameters

passwordResetToken
String

A password reset token.

newPassword
String

The new password.

Returns

true if the password was changed; otherwise, false.

Exceptions

The Initialize(String, NameValueCollection) method was not called.-or-The InitializeDatabaseConnection method was not called.-or-The SimpleMembershipProvider membership provider is not registered in the configuration of your site. For more information, contact your site's system administrator.

Applies to