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