1 write to _userManager
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\ResetPassword.cshtml.cs (1)
87
_userManager
= userManager;
2 references to _userManager
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V5\Account\ResetPassword.cshtml.cs (2)
113
var user = await
_userManager
.FindByEmailAsync(Input.Email);
120
var result = await
_userManager
.ResetPasswordAsync(user, Input.Code, Input.Password);