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