Sdílet prostřednictvím


UserManager<TUser>.ResetPasswordAsync(TUser, String, String) Metoda

Definice

Resetuje userheslo na zadané newPassword po ověření daného resetování tokenhesla .

public:
 virtual System::Threading::Tasks::Task<Microsoft::AspNetCore::Identity::IdentityResult ^> ^ ResetPasswordAsync(TUser user, System::String ^ token, System::String ^ newPassword);
public virtual System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult> ResetPasswordAsync (TUser user, string token, string newPassword);
abstract member ResetPasswordAsync : 'User * string * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
override this.ResetPasswordAsync : 'User * string * string -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Identity.IdentityResult>
Public Overridable Function ResetPasswordAsync (user As TUser, token As String, newPassword As String) As Task(Of IdentityResult)

Parametry

user
TUser

Uživatel, jehož heslo se má resetovat.

token
String

Token resetování hesla, který se má ověřit.

newPassword
String

Nové heslo, které se nastaví v případě úspěšného resetování ověření tokenu.

Návraty

Jedná se Task o asynchronní operaci obsahující IdentityResult operaci.

Platí pro