mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #3053] TOTP Codes Seem To Fall Out Of Sync #1456
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#1456
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 @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.