You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added logic to handle users who have never set a password by introducing the `CanSetPasswordIfNeverHadAsync` method. Updated the `ChangePassword` method to check this condition and provide more specific error messages. Improved password verification logic to return an "Unauthorized" error for incorrect current passwords. Added XML documentation for the new method while retaining existing documentation for `GetUserRolesAsync`.
0 commit comments