mirror of
https://github.com/open-webui/docs
synced 2025-06-13 18:09:49 +00:00
Update permissions.md
This commit is contained in:
parent
0f6e6fcb96
commit
3f64a57f1d
@ -13,7 +13,6 @@ Workspace permissions control access to core components of the Open WebUI platfo
|
||||
* **Knowledge Access**: Toggle to allow users to access and manage knowledge bases. (Environment variable: `USER_PERMISSIONS_WORKSPACE_KNOWLEDGE_ACCESS`)
|
||||
* **Prompts Access**: Toggle to allow users to access and manage saved prompts. (Environment variable: `USER_PERMISSIONS_WORKSPACE_PROMPTS_ACCESS`)
|
||||
* **Tools Access**: Toggle to allow users to access and manage tools. (Environment variable: `USER_PERMISSIONS_WORKSPACE_TOOLS_ACCESS`) *Note: Enabling this gives users the ability to upload arbitrary code to the server.*
|
||||
* **Public Sharing**: Toggle to allow users to share content publicly from their workspace. (Environment variable: `USER_PERMISSIONS_WORKSPACE_PUBLIC_SHARING`)
|
||||
|
||||
## Chat Permissions
|
||||
|
||||
@ -42,7 +41,6 @@ By default, Open WebUI applies the following permission settings:
|
||||
- Knowledge Access: Disabled (`USER_PERMISSIONS_WORKSPACE_KNOWLEDGE_ACCESS=False`)
|
||||
- Prompts Access: Disabled (`USER_PERMISSIONS_WORKSPACE_PROMPTS_ACCESS=False`)
|
||||
- Tools Access: Disabled (`USER_PERMISSIONS_WORKSPACE_TOOLS_ACCESS=False`)
|
||||
- Public Sharing: Enabled(`USER_PERMISSIONS_WORKSPACE_TOOLS_ACCESS=True`)
|
||||
|
||||
**Chat Permissions**:
|
||||
- Allow Chat Controls: Enabled
|
||||
|
Loading…
Reference in New Issue
Block a user