-
Notifications
You must be signed in to change notification settings - Fork 140
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
Functionality to replace password in keyring store #113
Comments
Is there any irony in the fact that https://github.com/glyph/secretly was the first project I released using flit, a day after you filed this issue? :) (I did not read it at the time.) |
Ha! I'm flattered that you're using it :-) |
It's downright criminal that nothing has been done about this in 7 years. The error message you get from an invalid password is exceedingly unhelpful:
It sends you down two rabbit holes that have nothing to do with your problem, instead of simply telling you "hey, the password was incorrect, please input the correct one:". You could trivially solve this problem with a simple |
You're right, it is weird that you haven't submitted a PR yet. Why haven't you? I couldn't find one with a quick search, did you forget to open one to your branch where you've implemented this? (To be clear: I am satirizing your post because this is an inappropriately aggressive tone to take with a volunteer project, and you are as much a possible volunteer as Thomas here. If it's important to you, submit a fix and advocate for its inclusion. If you think that this makes Flit inappropriate to use, it's perfectly fair to tell other people not to use it because volunteer projects are not above criticism. But yelling at the maintainers doesn't help anyone.) |
Because that is a ridiculously inefficient way of getting things done. I have my own projects to work on, and I wouldn't expect my users to submit a PR for such a trivial change. Do you seriously think that developers should familiarize themselves with every code base that they have feature requests for? If the world worked like that, then every code base on the planet would be an absolute mess because it's mostly written by clueless people instead of a cohesive team that knows what it's doing. If you think my tone was too aggressive, that's fair enough. But the "argument" that I should submit a PR is laughable. |
@glyph already pointed out that his post was satire to highlight the unreasonable tone you took. Of course you don't have to contribute, but you don't get to lecture other people on what they should spend their time doing. This is not a product, you are not a customer. |
Can you point out where I told someone what they should spend their time doing? I posted two things: facts and my opinion. |
The tone of your first post was pretty clear, and this attitude is not welcome. Please stop arguing - it's not going to achieve anything. |
If you have
keyring
installed, and no password in your.pypirc
file, flit will prompt you for your password the first time you upload, and then store it with keyring and reuse it for future uploads. But if you type the password incorrectly, or you change your password on the server, flit will still try to reuse the password it has stored. You would have to use the platform UI, which is often unfamiliar, to find and change/remove the stored password.The text was updated successfully, but these errors were encountered: