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