1 reference to ChangePasswordCoreAsync
Microsoft.Extensions.Identity.Core (1)
UserManager.cs (1)
868
var result = await
ChangePasswordCoreAsync
(user, currentPassword, newPassword).ConfigureAwait(false);