1 write to Input
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\ResetPassword.cshtml.cs (1)
98Input = new InputModel
13 references to Input
Microsoft.AspNetCore.Identity.UI (13)
_generated\33\ResetPassword_cshtml.g.cs (10)
120Input.Code 145Input.Email 168Input.Email 194Input.Email 218Input.Password 241Input.Password 267Input.Password 291Input.ConfirmPassword 314Input.ConfirmPassword 340Input.ConfirmPassword
Areas\Identity\Pages\V4\Account\ResetPassword.cshtml.cs (3)
113var user = await _userManager.FindByEmailAsync(Input.Email); 120var result = await _userManager.ResetPasswordAsync(user, Input.Code, Input.Password);