From 3f64a57f1dbb02e95ab5a3abbe9762d0527744ab Mon Sep 17 00:00:00 2001
From: Taylor Wilsdon <tbarrettwilsdon@gmail.com>
Date: Fri, 14 Mar 2025 15:37:33 -0400
Subject: [PATCH] Update permissions.md

---
 docs/features/workspace/permissions.md | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/features/workspace/permissions.md b/docs/features/workspace/permissions.md
index 4e86b57..ad1f4e4 100644
--- a/docs/features/workspace/permissions.md
+++ b/docs/features/workspace/permissions.md
@@ -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