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)
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);
Areas_Identity_Pages_V4_Account_ResetPassword_cshtml.g.cs (10)
121
Input
.Code
146
Input
.Email
169
Input
.Email
195
Input
.Email
219
Input
.Password
242
Input
.Password
268
Input
.Password
292
Input
.ConfirmPassword
315
Input
.ConfirmPassword
341
Input
.ConfirmPassword