mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 16:14:20 -05:00
Cannot create Recovery Code #4090
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 @paradeiser on GitHub (Oct 16, 2019).
I have this issue, I discussed earlier with kspearrin at bitwarden/web
Might be an bitwarden_rs issue:
https://github.com/bitwarden/web/issues/421
I cannot create/view recovery codes if the first 2FA option (Auth-App, 6-digit code) is not selected.
If Duo and/or Mail is activated (working just fine) I still get the message:
"No 2FA activated. After you activate 2FA you can view code here…"
thank you,
pardeiser
@BlackDex commented on GitHub (Oct 16, 2019):
I see in the code that there is no recover code generated during the duo setup.
This should be fixed to do that.
This also goes for the e-mail 2FA. Since that also doesn't generate a recover token.
@dani-garcia commented on GitHub (Nov 2, 2019):
This is fixed in the latest commit
e449912f05. You should delete the email or duo 2fa and then reenable it again for the changes to apply