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