1.26.0 Unable to log into vaultwarden after update #1956

Closed
opened 2026-04-06 02:45:25 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @chrispro-21 on 10/14/2022

Subject of the issue

Unable to log in to vaultwarden after updating from 1.25.2 to 1.26.0. I went back to 1.25.2 as logging in still works, but I got a Username or Password is incorrect. Try again. IP: <my IP address>. Username: <email>.

Deployment environment

  • vaultwarden version: 1.26.0
  • Install method: docker

  • Clients used: web vault

  • Reverse proxy and version:

  • MySQL/MariaDB or PostgreSQL version:

  • Other relevant details: single account on server, caddy reverse proxy outside of docker network.

Steps to reproduce

Update from 1.25.2 to 1.26.0 on docker

Expected behavior

a successful login of an account

Actual behavior

Unable to login with error: Username or Password is incorrect. Try again. IP: <my IP address>. Username: <email>.

Troubleshooting data

/--------------------------------------------------------------------\
|                        Starting Vaultwarden                        |
|                           Version 1.26.0                           |
|--------------------------------------------------------------------|
| This is an *unofficial* Bitwarden implementation, DO NOT use the   |
| official channels to report bugs/features, regardless of client.   |
| Send usage/configuration questions or feature requests to:         |
|   https://vaultwarden.discourse.group/                             |
| Report suspected bugs/issues in the software itself at:            |
|   https://github.com/dani-garcia/vaultwarden/issues/new            |
\--------------------------------------------------------------------/

[INFO] No .env file found.

[2022-10-14 21:49:22.983][start][INFO] Rocket has launched from http://0.0.0.0:80
[2022-10-14 21:49:30.811][request][INFO] POST /api/accounts/prelogin
[2022-10-14 21:49:30.812][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK
[2022-10-14 21:49:30.834][request][INFO] POST /identity/connect/token
[2022-10-14 21:49:30.834][vaultwarden::api::identity][ERROR] Username or password is incorrect. Try again. IP: x.x.x.x. Username: xxxxxxx@xxxxxx.com.
[2022-10-14 21:49:30.834][response][INFO] (login) POST /identity/connect/token => 400 Bad Request
[2022-10-14 21:51:40.838][request][INFO] POST /api/accounts/prelogin
[2022-10-14 21:51:40.840][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK


*Originally created by @chrispro-21 on 10/14/2022* <!-- # ### NOTE: Please update the latest version of vaultwarden before reporting an issue! This saves you and us a lot of time and troubleshooting. See: * https://github.com/dani-garcia/vaultwarden/issues/1180 * https://github.com/dani-garcia/vaultwarden/wiki/Updating-the-vaultwarden-image # ### --> <!-- Please fill out the following template to make solving your problem easier and faster for us. This is only a guideline. If you think parts are unnecessary for your issue, feel free to remove them. Remember to hide/redact personal or confidential information, such as passwords, IP addresses, and DNS names as appropriate. --> ### Subject of the issue <!-- Describe your issue here. --> Unable to log in to vaultwarden after updating from 1.25.2 to 1.26.0. I went back to 1.25.2 as logging in still works, but I got a `Username or Password is incorrect. Try again. IP: <my IP address>. Username: <email>.` ### Deployment environment <!-- ========================================================================================= Preferably, use the `Generate Support String` button on the admin page's Diagnostics tab. That will auto-generate most of the info requested in this section. ========================================================================================= --> <!-- The version number, obtained from the logs (at startup) or the admin diagnostics page --> <!-- This is NOT the version number shown on the web vault, which is versioned separately from vaultwarden --> <!-- Remember to check if your issue exists on the latest version first! --> * vaultwarden version: 1.26.0 <!-- How the server was installed: Docker image, OS package, built from source, etc. --> * Install method: docker * Clients used: web vault <!-- web vault, desktop, Android, iOS, etc. (if applicable) --> * Reverse proxy and version: <!-- if applicable --> * MySQL/MariaDB or PostgreSQL version: <!-- if applicable --> * Other relevant details: single account on server, caddy reverse proxy outside of docker network. ### Steps to reproduce <!-- Tell us how to reproduce this issue. What parameters did you set (differently from the defaults) and how did you start vaultwarden? --> Update from 1.25.2 to 1.26.0 on docker ### Expected behavior <!-- Tell us what you expected to happen --> a successful login of an account ### Actual behavior <!-- Tell us what actually happened --> Unable to login with error: `Username or Password is incorrect. Try again. IP: <my IP address>. Username: <email>.` ### Troubleshooting data <!-- Share any log files, screenshots, or other relevant troubleshooting data --> ``` /--------------------------------------------------------------------\ | Starting Vaultwarden | | Version 1.26.0 | |--------------------------------------------------------------------| | This is an *unofficial* Bitwarden implementation, DO NOT use the | | official channels to report bugs/features, regardless of client. | | Send usage/configuration questions or feature requests to: | | https://vaultwarden.discourse.group/ | | Report suspected bugs/issues in the software itself at: | | https://github.com/dani-garcia/vaultwarden/issues/new | \--------------------------------------------------------------------/ [INFO] No .env file found. [2022-10-14 21:49:22.983][start][INFO] Rocket has launched from http://0.0.0.0:80 [2022-10-14 21:49:30.811][request][INFO] POST /api/accounts/prelogin [2022-10-14 21:49:30.812][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK [2022-10-14 21:49:30.834][request][INFO] POST /identity/connect/token [2022-10-14 21:49:30.834][vaultwarden::api::identity][ERROR] Username or password is incorrect. Try again. IP: x.x.x.x. Username: xxxxxxx@xxxxxx.com. [2022-10-14 21:49:30.834][response][INFO] (login) POST /identity/connect/token => 400 Bad Request [2022-10-14 21:51:40.838][request][INFO] POST /api/accounts/prelogin [2022-10-14 21:51:40.840][response][INFO] (prelogin) POST /api/accounts/prelogin => 200 OK ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1956