You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using karma in an environment where users have a limited knowledge of the system.
The problem is when we want to change a setting in the configuration file to propagate to all user, the config is not propagated to then because they are saved in the browser local storage.
We need a way to propagate a new config that override the local storage or a way to completely disable the local storage.
Also, maybe karma could use the default and only store in local storage when an actual user change theirs settings. But I also need the feature describe above.
This discussion was converted from issue #5638 on March 31, 2024 17:59.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We are using karma in an environment where users have a limited knowledge of the system.
The problem is when we want to change a setting in the configuration file to propagate to all user, the config is not propagated to then because they are saved in the browser local storage.
We need a way to propagate a new config that override the local storage or a way to completely disable the local storage.
Also, maybe karma could use the default and only store in local storage when an actual user change theirs settings. But I also need the feature describe above.
Linked to #5637 and #5479
Beta Was this translation helpful? Give feedback.
All reactions