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