-
I have run the script bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/vaultwarden.sh)" and set the vaultwarden admin token. This is seen in /opt/vaultwarden/.env and is converted to ADMIN_TOKEN='$argon2i$v=#######'. I am unable to login to the admin panel with set password and receive a Error: Invalid admin token, please try again. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 21 replies
-
Please utilize the password you entered during the "Set the ADMIN_TOKEN" process. |
Beta Was this translation helpful? Give feedback.
-
is there already a solution? |
Beta Was this translation helpful? Give feedback.
-
Got a repro for this problem:
This causes the
At this point the token in the two files are different, with the older token taking precedence when logging into the admin panel. |
Beta Was this translation helpful? Give feedback.
-
@tteck fyi discussing this wonky (imo) behavior of vaultwarden's over here: dani-garcia/vaultwarden#4758 |
Beta Was this translation helpful? Give feedback.
commit cfa1b2e fixes issue