mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-15 18:12:14 -05:00
[GH-ISSUE #2985] 2FA login recovery broken #18205
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 @richardmeilinger on GitHub (Dec 14, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2985
The 2FA recovery is broken using the most recent docker image
testingIt works fine with the
latestdocker image.@BlackDex commented on GitHub (Dec 14, 2022):
Looks like they changed the workflow there to. Before you first needed to login, and then you could enter the recovery token. Now they combined them.
Thanks for the report.