4 references to ResetPassword
Microsoft.Extensions.Identity.Core (4)
UserManager.cs (3)
1027_metrics?.UpdateUser(typeof(TUser).FullName!, failureResult, UserUpdateType.ResetPassword); 1034_metrics?.UpdateUser(typeof(TUser).FullName!, result, UserUpdateType.ResetPassword); 1037return await UpdateUserAndRecordMetricAsync(user, UserUpdateType.ResetPassword).ConfigureAwait(false);
UserManagerMetrics.cs (1)
220UserUpdateType.ResetPassword => "reset_password",