Open juliusknorr opened 5 years ago
The visibility of user management columns is currently stored in localstorage, which is removed on logout. Ideally the settings should be stored as user config values in the database, so that they are persistent across sessions.
I suppose this issue is still valid? If not, please close this issue!
Yes, still the case:
https://github.com/nextcloud/server/blob/2ef74b986058928fd59af0c839b463d101d35146/apps/settings/src/store/users.js#L40-L46
The visibility of user management columns is currently stored in localstorage, which is removed on logout. Ideally the settings should be stored as user config values in the database, so that they are persistent across sessions.