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)
113var user = await _userManager.FindByEmailAsync(Input.Email); 120var result = await _userManager.ResetPasswordAsync(user, Input.Code, Input.Password);