mirror of
https://github.com/open-webui/docs.git
synced 2026-01-03 18:26:47 +07:00
refac
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"label": "🪪 Role-Based Access Control",
|
||||
"position": 1
|
||||
}
|
||||
11
docs/features/rbac/index.mdx
Normal file
11
docs/features/rbac/index.mdx
Normal 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.
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user