mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #16748] issue: User group settings is not disabling features #18032
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 @ALIENvsROBOT on GitHub (Aug 20, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16748
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.22
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
as a admin I disabled this feature in the group menu but for specific user group. It shoudl disbale call, STT, TTS , image gen feature for them
Actual Behavior
but it didnt work. They still have call, STT, TTS features in their chat, they still have access to them. how ?? Please fix this bug.
even in the each of the messages provided by the AI they even have image generation for the response. !
Please fix this issue
Steps to Reproduce
Add user to the user group and diasble the call, STT, TTS and image gen feature and check with the added user. everything still available.
Logs & Screenshots
None
Additional Information
No response
@l20richo commented on GitHub (Aug 20, 2025):
Hi,
The current behavior is expected: Open WebUI grants a permission if it is enabled either at the user level OR at the group level. This means that even if you disable a feature (e.g., calls, STT, TTS, or image generation) for a group, users who have it enabled in their individual settings will still have access
How to Fix It ?
To fully restrict these features for a group, you must:
Disable the features in the group settings (as you already did)
Disable the same features in the default permissions
This ensures that the features are completely disabled for the group members, as no conflicting permissions will override the restrictions
@tjbck commented on GitHub (Aug 20, 2025):
^