3 references to RemovePassword
Microsoft.Extensions.Identity.Core (3)
UserManager.cs (2)
931
return await UpdateUserAndRecordMetricAsync(user, UserUpdateType.
RemovePassword
, startTimeStamp).ConfigureAwait(false);
935
_metrics?.UpdateUser(typeof(TUser).FullName!, result: null, UserUpdateType.
RemovePassword
, startTimeStamp, ex);
UserManagerMetrics.cs (1)
270
UserUpdateType.
RemovePassword
=> "remove_password",