4 references to NewPassword
Microsoft.AspNetCore.Identity.UI (4)
Areas\Identity\Pages\V4\Account\Manage\ChangePassword.cshtml.cs (1)
126
var changePasswordResult = await _userManager.ChangePasswordAsync(user, Input.OldPassword, Input.
NewPassword
);
ChangePassword_cshtml.g.cs (3)
227
Input.
NewPassword
250
Input.
NewPassword
276
Input.
NewPassword