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