-
Notifications
You must be signed in to change notification settings - Fork 251
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
When a new user is authenticated through OIDC and created - its default UI is not copied over for user default (resulting in an extremely ugly light mode, without the sidebar, and with tile size 0).
The only thing that is copied over is the permissions :)
Expected behaviour
The configuration's userDefault should apply to new OIDC users.
What is happening instead?
all configuration parameters are set to false/respective default value.
Additional context
The solution can be as easy as calling "settings.ApplyUserDefaults(&newUser)"
Solution draft here: bf7a1f5
How to reproduce?
Create a user through OIDC, expect DarkMode to be on, it would be off.
Files
N.A.
gtsteffaniak
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Projects
Status
Done