-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Handle ErrUserProhibitLogin in http git (#7586, #7591) #7590
Conversation
After reviewing #7586 (comment). I think we should send and 403 and not a 401 response in this case. |
I think that would mean that the backport and master were not aligned unless we added another PR to apply that. |
The best would be to not merged this backport and do a new PR on master that will be backported. I can do it if you don't have time. |
I agree with @sapk that master should be fixed first |
Now includes backport of #7591 |
Thanks @zeripath for your reactivity. |
Backport #7586 & #7591
Fix #7558