mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-22 08:03:47 -05:00
Google / Authy OTP issue #106
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 @jdesnos on GitHub (Oct 6, 2018).
Hello,
First of all, thanks for this lightweight implementation of birwarden, it's so much easier to deploy than the official!
Here is my issue, when i try to enable OTP in my user settings i get the following error

But, if i wait until the next code is generated on my OTP app (Google Authenticator), the old one works.

I don't get much information from log output.

Here is my setup:
docker run -d
--name bitwarden
-v $CONFIG_DIR/Bitwarden/:/data/
-p 3000:80
mprasil/bitwarden:latest
Can you help me ?
Thank you.
@fbartels commented on GitHub (Oct 6, 2018):
Hi,
I had a similar issue at first. You should check if your server time matches with the time of your client. Preferably you should set up ntp on your server.
@jdesnos commented on GitHub (Oct 6, 2018):
Hi,
I just checked time and there was a 25 second gap between the server and my computer.
With NTP set, it works now perfectly.
Thanks!