This commit is contained in:
Timothy Jaeryang Baek
2025-10-07 11:12:43 -05:00
parent 3b1f5ab198
commit a8a82f2c76
4 changed files with 13 additions and 13 deletions

View File

@@ -1,4 +0,0 @@
{
"label": "🪪 Role-Based Access Control",
"position": 1
}

View File

@@ -0,0 +1,11 @@
---
sidebar_position: 1
title: "🪪 Role-Based Access Control"
---
## Access Control
- [‍🔑 Roles](./roles.md) - The roles defined in Open WebUI
- [‍🔐 Groups](./groups.md) - Setup groups of users to share access to resources
- [🔒 Permissions](./permissions.md) - Configure access controls and feature availability
Roles, groups and permissions are designed to work together to provide a finegrained model for controlling user access to individual resources.

View File

@@ -12,10 +12,3 @@ The Workspace in Open WebUI provides a comprehensive environment for managing yo
- [📚 Prompts](./prompts.md) - Create and organize reusable prompts
Each section of the Workspace is designed to give you fine-grained control over your Open WebUI experience, allowing for customization and optimization of your AI interactions.
## Access Control
- [‍🔑 Roles](./roles.md) - The roles defined in Open WebUI
- [‍🔐 Groups](./groups.md) - Setup groups of users to share access to resources
- [🔒 Permissions](./permissions.md) - Configure access controls and feature availability
Roles, groups and permissions are designed to work together to provide a finegrained model for controlling user access to individual resources.

View File

@@ -11,7 +11,7 @@ The Prompts interface provides several key features for managing your custom pro
* **Create**: Design new prompts with customizable titles, access levels, and content.
* **Share**: Share prompts with other users based on configured access permissions.
* **Access Control**: Set visibility and usage permissions for each prompt (refer to [Permissions](./permissions.md) for more details).
* **Access Control**: Set visibility and usage permissions for each prompt (refer to [Permissions](/features/rbac/permissions) for more details).
* **Slash Commands**: Quickly access prompts using custom slash commands during chat sessions.
### Creating and Editing Prompts
@@ -231,7 +231,7 @@ A flexible template for reviewing various types of content.
Prompt management is controlled by the following permission settings:
* **Prompts Access**: Users need the `USER_PERMISSIONS_WORKSPACE_PROMPTS_ACCESS` permission to create and manage prompts.
* For detailed information about configuring permissions, refer to the [Permissions documentation](./permissions.md).
* For detailed information about configuring permissions, refer to the [Permissions documentation](/features/rbac/permissions).
### Best Practices