1 write to Input
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\ResetPassword.cshtml.cs (1)
98
Input
= new InputModel
13 references to Input
Microsoft.AspNetCore.Identity.UI (13)
_generated\33\ResetPassword_cshtml.g.cs (10)
120
Input
.Code
145
Input
.Email
168
Input
.Email
194
Input
.Email
218
Input
.Password
241
Input
.Password
267
Input
.Password
291
Input
.ConfirmPassword
314
Input
.ConfirmPassword
340
Input
.ConfirmPassword
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);