mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #19588] issue: Model group permissions #34463
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 @apunkt on GitHub (Nov 29, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19588
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.6.40
Ollama Version (if applicable)
No response
Operating System
ubuntu 24.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
As an admin I want to seperate users in more than 3 groups i.e. 6 groups
I want to assign different models to different groups via the model detail page.
I use the drop down selector to choose any of my existing groups to select.
Actual Behavior
Having more than 3 groups the model drop down selector for groups on both
/admin/settings/models
/workspace/models/edit?id=
only shows the 3 lowest groups shown in
/admin/users/groups
having more groups than 3 make all other groups not shown here, making group assignment for these impossible.
Also, having a model previously assigned to more than 3 groups, it is still assigned to these groups, but on the model page only 3 groups max are displayed with permissions.
Steps to Reproduce
Create +3 groups in admin/users/groups
Go to a model detail page in admin/settings/models
Try assign all groups to that none_base model
Logs & Screenshots
Additional Information
The existing config is still fine and working (checked in PostgreSQL model table), changes or new settings are not possible in full.