mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #2465] Lost account settings after close browser and delete cache #1270
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1270
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 (May 13, 2022).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/2465
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 (May 13, 2022):
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 (May 13, 2022):
These settings are stored within the browsers local storage. If you clear those they are obviously gone.
Those settings are not stored server side.