1 write to Input
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\ResetPassword.cshtml.cs (1)
98
Input
= new InputModel
3 references to Input
Microsoft.AspNetCore.Identity.UI (3)
Areas\Identity\Pages\V4\Account\ResetPassword.cshtml.cs (3)
113
var user = await _userManager.FindByEmailAsync(
Input
.Email);
120
var result = await _userManager.ResetPasswordAsync(user,
Input
.Code,
Input
.Password);