mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #18076] issue: Standard user permissions not propogated to UI from env vars #18484
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sspeekenbrink on GitHub (Oct 6, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18076
Check Existing Issues
Installation Method
Other
Open WebUI Version
v0.6.32
Ollama Version (if applicable)
Operating System
Ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The expected behavior is that the Default User permission view in the webapp aligns with the environment variables passed in the
values.yamlfile. The permissions are however disabled for the corresponding users in the back-end, so it's just the front-end view.Actual Behavior
The values in the
Edit Default Permissionsview stay constant, regardless of the corresponding environment variable value.Steps to Reproduce
extraEnvVarsin thevalues.yamlfile with for example (persistent config is false):Default permissions (applies to all users with the "user role"view and see that the boxes have not been updatedLogs & Screenshots
In the image, the values can be seen enabled, even though they're disabled in the back-end (tested with a regular user as well).

Furthermore, no browser logs are of interest that point to this issue.
Additional Information
No response
@Classic298 commented on GitHub (Oct 6, 2025):
please check the
devbranch should be fixed thereand please search for duplicate issues this is now the third duplicate
@sspeekenbrink commented on GitHub (Oct 6, 2025):
Apologies, I checked the open issues as I assumed this wasn't fixed yet and didn't see it happening there. Thanks for the quick reply!