mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
Lost account settings after close browser and delete cache #1149
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 @fthoma-coding on GitHub.
Subject of the issue
Lost account settings after close browser and delete cache
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
Steps to reproduce
Log in to your account, go to your account settings and open the option section. Change anything... I have noticed the bug, if I changed the option "Enable full width layout" and change the theme to dark. If I hit enter, everthing changed like expected. But after closing the browser and automated cleaning of the browser cache, every setting changed back to default at the next login.
Expected behaviour
Every account setting should persist.
Actual behaviour
Every account setting is set to default after closing the browser and delete the cache.
@Masgalor commented on GitHub:
This is normal behaviour.
All user settings are stored locally in your browser cache there is no serverside storage for this configurations.
@BlackDex commented on GitHub:
These settings are stored within the browsers local storage. If you clear those they are obviously gone.
Those settings are not stored server side.