-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Allow newly created Passkeys to be added to an existing entry #10372
Comments
Sorry I misread. You want to use an existing entry at the point of Passkey creation. Good point, that is currently not possible. Nor is it possible to merge two entries (different issue) or directly migrate passkey data from one entry to another. |
Maybe we could add a new button to the dialog that opens the Import Dialog instead (with a different title of course). |
That is what I was thinking too, could rename that dialog to "Choose Entry for Passkey" or something similar. Technically it is post-import. |
I think this merge should be done by browser extension. |
@juvannx The merge cannot be done in the extension side. See the linked PR in this issue for a solution. |
@varjolintu my fault, I described my suggestion in a wrong way, your PR does exactly what I wanted, I'll wait for version 2.7.8. |
Summary
It would be useful if passkeys could be added to existing entries, rather than having to create separate entries.
Current workaround: exporting passkey from the new entry, importing that into the existing entry, then deleting the new entry.
Examples
If you already have an account in the database (e.g. with password auth) and want to add passkey auth to it.
Context
Passkey support added v2.7.7.
The text was updated successfully, but these errors were encountered: