appConfig.auth issue #327
-
I've been testing the auth configuration, with the basic premise that guests would have read-only access, and a named user would have permissions to change config and add sections/links. I have configured 'Authentication - Enable Guest Mode' enabled Logging in and out with the admin user, and logging in as guest, work as expected. However, the issue is that when not logged in (guest mode) I can still edit the config and save it to disk. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Update: Have looked into this, if you are only logged in as a guest, then when you save config it is only applied locally (no changes are made to the conf.yml file). This is the expected behavior. Edit: Ahh, you mean the new editor? Have pushed an update which should fix this :) |
Beta Was this translation helpful? Give feedback.
Update: Have looked into this, if you are only logged in as a guest, then when you save config it is only applied locally (no changes are made to the conf.yml file). This is the expected behavior.
Edit: Ahh, you mean the new editor? Have pushed an update which should fix this :)