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

Protect against duplicate logins #206

Open
AlexMorson opened this issue May 16, 2024 · 1 comment
Open

Protect against duplicate logins #206

AlexMorson opened this issue May 16, 2024 · 1 comment

Comments

@AlexMorson
Copy link
Contributor

  1. Create two logins with the same address and username, both using the system credential store.
  2. Try to delete both logins.

When trying to delete the second login, we get could not delete password from system credential store: No matching entry found in secure storage and the login is not deleted.

@Humandoodlebug
Copy link
Contributor

Ah, I guess the second login would overwrite the credentials of the first in the credential store. We should probably check for existing credentials when creating a new user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants