Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return same status code for bad username and bad password #2198

Merged
merged 1 commit into from
Apr 5, 2021

Conversation

npalaska
Copy link
Member

@npalaska npalaska commented Apr 1, 2021

Fixes issue #2148
We should return 401, whether it is bad username or password in the user login.

@npalaska npalaska self-assigned this Apr 1, 2021
@npalaska npalaska added API Of and relating to application programming interfaces to services and functions bug Server labels Apr 1, 2021
@portante portante merged commit 76d876e into distributed-system-analysis:main Apr 5, 2021
@portante portante added this to the v0.71 milestone Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Of and relating to application programming interfaces to services and functions bug Server
Projects
None yet
Development

Successfully merging this pull request may close these issues.

It looks like the server is returning different responses for bad username and bad password
3 participants