mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #307] Multiple U2F devices fails #168
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jtc42 on GitHub (Dec 23, 2018).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/307
Registering a single U2F device seems to work fine, following the instructions given. However, if I try to add a second device, the first one will no longer be accepted, instead giving "U2F ERROR 4".
Is this established behaviour, or should multiple devices be working?
Also perhaps worth noting that on the U2F "Manage" pannel, registering a device with a name doesn't change the list of devices. It always just shows "U2F Key 1, U2F Key 2, ..." etc.
Yubico OTP works great, but would be amazing to have multiple U2F devices working properly too.
Thanks!
@dani-garcia commented on GitHub (Dec 23, 2018):
At the moment, multiple U2F devices are not implemented, no. It's on our list of feature requests (#246).
I won't personally be implementing it, as I don't have an U2F key available to develop it anymore, but contributions are welcome. For now we could print an error when the user is trying to add more than one key.
@jtc42 commented on GitHub (Dec 23, 2018):
Ah okay! I think, if it's easy to do (I'll have a look myself after Christmas, though I have very little experience in this area), removing the list of U2F devices in the manage panel would help, as well as adding a message or warning about adding multiple devices.
Thanks for the quick response! Sorry I missed this on the feature requests.