-
Notifications
You must be signed in to change notification settings - Fork 204
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: Reset cached SSH password when changed #1859
Conversation
Do you think the PR is finished on your side? In this case I would re-label it as "RequestToReview" and see if we can get some more feedback from others. btw: You should click on "Update branch" and resolve merge conflicts if they appear. |
Before, the cached SSH password would be used without checking if it was valid. Now, we check if it's valid before using it. If it's not valid, we ask the user to enter a new password before proceeding. Fixes bit-team#1852
c3bd0a1
to
70db4a0
Compare
I don't think I can add labels, but yes, I think it's ready for review. |
Once again, a big thank you for your contribution! My request for a review on the mailing list did not receive any response. A new release is not planned in the near future, so it shouldn't be a big problem. |
Before, the cached SSH password would be used without checking if it was valid. Now, we check if it's valid before using it. If it's not valid, we ask the user to enter a new password before proceeding.
Fixes #1852