mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
User permission issue #3735
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 @tandgers on GitHub (Feb 10, 2025).
User permission issue:
The 'Administrator' role can access all models normally, but it can directly modify the passwords of other administrators or users without knowing the original password, which poses a certain security issue;
Even if the user role is given the highest level of permissions, they cannot access the model and therefore cannot have normal conversations.
@tandgers commented on GitHub (Feb 10, 2025):
【管理员】角色可以正常访问所有模型,但是能在未知原密码的情况下,直接修改其他管理员或用户的密码,其存在一定安全问题;【用户】角色即使把权限给到最高也不能访问模型,也就不能正常对话。
@silenceroom commented on GitHub (Feb 10, 2025):
模型列表页是否指定了模型可访问组?用户是否能访问某个权限,取决于模型是否开放给用户使用。