-
-
Notifications
You must be signed in to change notification settings - Fork 160
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
keyring.delete_password(service, username)
deletes all passwords for that service
#123
Comments
Will have a fix for that soon. Original comment by: Dmitry Shachnev |
Thanks Dmitry. Indeed, delete_password should only ever delete a single password. Perhaps we should build a test for that into the base test helper. Original comment by: Jason R. Coombs |
Fixed in pull request #38. Original comment by: Dmitry Shachnev |
Fix items deleting in file keyring (Fixes #123), add a test for that → <> Original comment by: Jason R. Coombs |
In Ubuntu 12.04 using keyring3.1
It seems that all passwords for the given service are deleted when a
delete_password
call is made.This does not happen in OS X (10.8.5)
I guess the discrepancy would lie between these two methods.
keyring.backends.OS_X.Keyring.delete_password
keyring.backends.file.BaseKeyring
The text was updated successfully, but these errors were encountered: