Skip to content
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

Account Name is ignored under Linux desktop for AddOrUpdate #118

Open
WithLithum opened this issue Dec 25, 2024 · 0 comments
Open

Account Name is ignored under Linux desktop for AddOrUpdate #118

WithLithum opened this issue Dec 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@WithLithum
Copy link

WithLithum commented Dec 25, 2024

Describe the Bug

Under a Plasma desktop (tested with kwallet 5.116.0 on Manjaro), the account name is ignored and instead the service name is used to store password.

I am not sure if GNOME also affected by this, I did not test.

Steps to Reproduce

  1. Call ICredentialStore.AddOrUpdate("serviceName", "accountNameA", "Password A");
  2. Call ICredentialStore.AddOrUpdate("serviceName", "accountNameB", "Password B");
  3. Open KWalletManager
  4. Under Secret ServiceBinary Data folder, you'll see git:serviceName and "Password B" appears, and "Password A" is nowhere to be found.
  5. Call ICredentialStore.Get("serviceName", "accountNameA"); should now return Password B.

Expected Behavior

Credentials should appear in the Service NameAccount Name structure.

Exception with Stack Trace

N/A

Version Info

  • devlooped.CredentialManager: 2.6.0
  • kwallet (the Secret Service implementation): 5.116.0
  • KDE Plasma: 6.2.4

Additional Info

N/A

Back this issue
Back this issue

@WithLithum WithLithum added the bug Something isn't working label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant