3 references to ChangePassword
Microsoft.Extensions.Identity.Core (3)
UserManager.cs (2)
869
_metrics?.UpdateUser(typeof(TUser).FullName!, result, UserUpdateType.
ChangePassword
);
874
_metrics?.UpdateUser(typeof(TUser).FullName!, result: null, UserUpdateType.
ChangePassword
, ex);
UserManagerMetrics.cs (1)
218
UserUpdateType.
ChangePassword
=> "change_password",