Admin Panel
User and system administration in Account UI
When ENABLE_ADMIN=true, Account UI provides an admin panel at /admin for managing users and system settings.
User Management
- View all registered users
- Search and filter users
- Create users manually
- Ban/unban users
- Reset user passwords
- View user sessions
Access Control
The admin panel is only accessible to users with the admin role. Non-admin users receive a 403 error.
Related
- Environment Variables
- Access Control — Role-based permissions