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
{{ message }}
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
Hi
I've just checked the method "AuthenticateUserAsync". As far as i can see plain in-hashed password are also posted when authorizing.
args["username"] = Uri.EscapeDataString(username);
args["pw"] = password;
I set the args["pw"] = "" in my project but it needs to be fixed here as well.
Edit: Also for the very same reason if your password includes characters such as "&" then the http post method will fail no matter what.
The text was updated successfully, but these errors were encountered: