OIDC customization settings not persistent
Matrix (Synapse/Element)
1
Posts
1
Posters
8
Views
1
Watching
-
Hello,
I want to comment out the following entries inhomeserver.yamlso that users can define their matrix usernames.user_mapping_provider: config: #localpart_template: '{{ user.sub }}' #display_name_template: '{{ user.name }}' email_template: '{{ user.email }}'But when restarting the app, the two lines are added again, uncommented, overwriting my changes.