-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix regression when using empty username/password #9850
Fix regression when using empty username/password #9850
Conversation
We might need to disallow empty usernames. |
Keeping the commits separate. |
Deploy preview for website ready! ✅ Preview Built with commit b544ed5. |
69f0e91
to
766aca7
Compare
940f340
to
29b4102
Compare
29b4102
to
640ca13
Compare
640ca13
to
18fe382
Compare
This change fixes a regression in the password manager that disallowed the use of empty username or password as required by some self-hosted repositories. Relates-to: python-poetry#9079 python-poetry#2538
18fe382
to
b544ed5
Compare
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This change fixes a regression in the password manager that disallowed the use of empty username or password as required by some self-hosted repositories.
Relates-to: #9079 #2538
Resolves: #4181