mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
Enabling YubiKey does not generate a recovery code #3831
Reference in New Issue
Block a user
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 @TillMueller on GitHub (Jan 15, 2019).
First of all - thanks a lot for the work you have done here! Overall, this software works very nicely and I am very happy to have found it!
While configuring my account however I came across the issue that when enabling a YubiKey as the only 2FA method, the recovery key is not generated (see first screenshot) and can therefore not be used.
After enabling the authenticator 2FA method however, the recovery key appears (see second screenshot)
This isn't too much of a problem but I guess it is an easy fix and maybe some users might get confused as to why there is no recovery key available.
Thanks a lot for taking a look at this issue!
@dani-garcia commented on GitHub (Jan 15, 2019):
Good catch!
This should be solved now in
c259a0e3e2.@TillMueller commented on GitHub (Jan 15, 2019):
Awesome, thanks for the quick fix!