mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 08:32:45 -05:00
OTP code not accepted when login with device #2084
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 @pquantin on GitHub (Nov 12, 2024).
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: ADMIN_TOKEN, YUBICO_CLIENT_ID, YUBICO_SECRET_KEY
Vaultwarden Build Version
1.32.4-ba48ca68
Deployment method
Official Container Image
Custom deployment method
No response
Reverse Proxy
Synology reverse proxy
Host/Server Operating System
Linux
Operating System Version
Synology DSM 7.2.2
Clients
Web Vault
Client Version
No response
Steps To Reproduce
when trying to connect using 'login with device' and entering the OTP code, the following 'Auth request not found. Try again..' error appears in the log.
Expected Result
OTP code is accepted when using login with device
Actual Result
OTP code is systematically rejected when using login with device
Logs
Screenshots or Videos
No response
Additional Context
No response
@BlackDex commented on GitHub (Nov 12, 2024):
Fixed via #5184.
If you want you can test it by pulling the new testing image.
@pquantin commented on GitHub (Nov 12, 2024):
Thanks for the fast fix, I will pull the newest image.