Implementation:Infiniflow Ragflow Admin Users Page
Appearance
| Knowledge Sources | |
|---|---|
| Domains | Frontend, Admin, User_Management |
| Last Updated | 2026-02-12 06:00 GMT |
Overview
Concrete admin panel page for user management with listing, creation, role assignment, and bulk operations in the RAGFlow frontend.
Description
The admin/users.tsx page renders a paginated user table with search, filtering by role, create user dialog, edit user details, enable/disable accounts, and delete operations. It is the primary user management interface.
Usage
This page is rendered at the /admin/users route within the admin panel layout.
Code Reference
Source Location
- Repository: Infiniflow_Ragflow
- File: web/src/pages/admin/users.tsx
- Lines: 1-816
Signature
export default function UsersPage(): JSX.Element;
Import
// Route-based import via routes.tsx configuration
I/O Contract
Inputs
| Name | Type | Required | Description |
|---|---|---|---|
| — | — | — | Route component; no props |
Outputs
| Name | Type | Description |
|---|---|---|
| Rendered page | JSX.Element | User management table with CRUD |
Usage Examples
// Accessed via route: /admin/users
Related Pages
Page Connections
Double-click a node to navigate. Hold to expand connections.
Principle
Implementation
Heuristic
Environment