1 write to Input
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\ResetPassword.cshtml.cs (1)
98
Input
= new InputModel
13 references to Input
Microsoft.AspNetCore.Identity.UI (13)
_generated\75\ResetPassword_cshtml.g.cs (10)
126
Input
.Code
151
Input
.Email
178
Input
.Email
202
Input
.Email
226
Input
.Password
253
Input
.Password
277
Input
.Password
301
Input
.ConfirmPassword
328
Input
.ConfirmPassword
352
Input
.ConfirmPassword
Areas\Identity\Pages\V5\Account\ResetPassword.cshtml.cs (3)
113
var user = await _userManager.FindByEmailAsync(
Input
.Email);
120
var result = await _userManager.ResetPasswordAsync(user,
Input
.Code,
Input
.Password);