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)
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);
Areas_Identity_Pages_V5_Account_ResetPassword_cshtml.g.cs (10)
127Input.Code 152Input.Email 179Input.Email 203Input.Email 227Input.Password 254Input.Password 278Input.Password 302Input.ConfirmPassword 329Input.ConfirmPassword 353Input.ConfirmPassword