mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #669] Cannot create Recovery Code #452
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#452
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 @paradeiser on GitHub (Oct 16, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/669
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
github.com/dani-garcia/bitwarden_rs@e449912f05. You should delete the email or duo 2fa and then reenable it again for the changes to apply