2 references to Input
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Account\Manage\ChangePassword.cshtml.cs (2)
126
var changePasswordResult = await _userManager.ChangePasswordAsync(user,
Input
.OldPassword,
Input
.NewPassword);