mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #12025] feat: The backend permission settings include a super administrator and regular administrators. #55106
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 @jeese0807 on GitHub (Mar 25, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12025
Check Existing Issues
Problem Description
The backend permission settings include a super administrator and regular administrators. The super administrator has access to all backend functions, while regular backend administrators can only manage departmental functions. For example, sensitive items like keys should not be visible to regular administrators.
Desired Solution you'd like
The super administrator sets up backend role distinctions and designates regular administrators. Regular administrators are responsible for reviewing permissions for certain frontend users and can view their conversation records.
Alternatives Considered
No response
Additional Context
No response