-
Notifications
You must be signed in to change notification settings - Fork 667
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
When removing an account, the keychain entry for the password should be erased #5752
Comments
PR: #5787 |
|
👍 |
Note to self: verify if OAuth access tokens are being removed from the keychain when deleting the account. I'm getting way too many stale entries lately. |
Some findings after checking out the keychain integration:
That's why I was getting the so many entries left. @ckamm would it be worth/easy to erase those as well? |
@SamuAlfageme I'll check it out. Probably simple enough to get into 2.4 |
This doesn't do anything about deleting the client cert keychain entries when the whole account is removed though.
@SamuAlfageme PR is ready, see #6118 -- wiping the client cert keychain entries when the account is deleted won't make it into 2.4 though. But at least we'll not be creating these entries when there's not client cert anymore. |
This doesn't do anything about deleting the client cert keychain entries when the whole account is removed though.
Similar discussion to #5342.
Actual behavior
Expected behavior
Semantically, the keychain entry for the deleted account should be removed on the account's deletion (deletion should be seen as log-out)
Steps to reproduce
ownCloud
entries relative to the account that was removedSeen it on OS X, but I believe it affects the rest of the OSS -> will reproduce there.
The text was updated successfully, but these errors were encountered: