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
Currently, when a user uses an incorrect password algorithm during account creation and attempts to log in, an internal server error (HTTP 500) is triggered. This exposes a security risk by divulging internal system details.
Steps to reproduce
Create new user with hash value generated by password algorithm other than bcrypt.
Try to log in using created user's credentials.
Observe the response status code.
Expected behavior
401 status code response (Unauthorized) to failed login attempts
The text was updated successfully, but these errors were encountered:
Description
Currently, when a user uses an incorrect password algorithm during account creation and attempts to log in, an internal server error (HTTP 500) is triggered. This exposes a security risk by divulging internal system details.
Steps to reproduce
Expected behavior
401 status code response (Unauthorized) to failed login attempts
The text was updated successfully, but these errors were encountered: