1 reference to Password
IdentitySample.Mvc (1)
Controllers\AccountController.cs (1)
325
var result = await _userManager.ResetPasswordAsync(user, model.Code, model.
Password
);