mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 16:42:18 -05:00
[GH-ISSUE #3053] TOTP Codes Seem To Fall Out Of Sync #18230
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 @bonedaddy on GitHub (Dec 27, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/3053
Subject of the issue
TOTP verification codes sometimes seem to fall out of sync from which the server they were issued from. Starting from version 1.24 (earliest I can recall this happening) every so I will be completely unable to use TOTP codes copied from the bitwarden extension, or the vaultwarden webvault. Any attempt in using them will result in the TOTP code being rejected.
I believe the issue is due to there being some synchronization issue between vaultwarden, and the source that issued the TOTP codes. My reasoning is that I can copy a TOTP code, attempt to ssh to one of my VPS, paste the TOTP code and have it rejected twice, but then on the third usage attempt have the TOTP code be accepted.
This issue only appears to affect TOTP codes issued by
google-authenticatorcli command.