11 references to Input
Microsoft.AspNetCore.Identity.UI (11)
Areas\Identity\Pages\V4\Account\Manage\ChangePassword.cshtml.cs (2)
126
var changePasswordResult = await _userManager.ChangePasswordAsync(user,
Input
.OldPassword,
Input
.NewPassword);
ChangePassword_cshtml.g.cs (9)
154
Input
.OldPassword
177
Input
.OldPassword
203
Input
.OldPassword
227
Input
.NewPassword
250
Input
.NewPassword
276
Input
.NewPassword
300
Input
.ConfirmPassword
323
Input
.ConfirmPassword
349
Input
.ConfirmPassword