7 references to OldPassword
Microsoft.AspNetCore.Identity.UI (7)
_generated\11\ChangePassword_cshtml.g.cs (3)
153
Input.
OldPassword
176
Input.
OldPassword
202
Input.
OldPassword
_generated\53\ChangePassword_cshtml.g.cs (3)
158
Input.
OldPassword
185
Input.
OldPassword
209
Input.
OldPassword
Areas\Identity\Pages\V4\Account\Manage\ChangePassword.cshtml.cs (1)
126
var changePasswordResult = await _userManager.ChangePasswordAsync(user, Input.
OldPassword
, Input.NewPassword);