mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Upgrade to 1.25.0 resets language preference to "english" #1295
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 @OdyX on GitHub (Jun 8, 2022).
It seems that after upgrading to 1.25.0 (from 1.24.0), the users' language preferences have been forcibly set to "english" instead of "auto"; they all need to navigate to their web client's "Options" and toggle this back to "auto".
Deployment environment
Install method: Docker image
Clients used: web
Steps to reproduce
It happened on both our "beta" setup, and on our "prod" setup. Upgrade was done with:
Expected behaviour
The default language should be "auto", not "english".
I don't seem to find a DB column for that preference; where is it stored?
Best,
Didier
@BlackDex commented on GitHub (Jun 8, 2022):
Duplicate of #2540