complete codex docs

This commit is contained in:
Frank Harris 2026-06-05 11:37:09 -05:00
parent b5dcf01a8c
commit 3cefad183d
62 changed files with 2730 additions and 50 deletions

View file

@ -0,0 +1,58 @@
# User Admin
## Purpose
User, role, and group administration.
## Current Status
- Production
## Dependencies
- auth system
- role and group tables
## Database Tables
- `users`
- `user_groups`
- `user_role_info`
- `user_group_info`
## Agent Interaction
- none directly
## User Workflow
- account management
## Admin Workflow
- create/edit users
- manage groups and roles
- set page limits and email preferences
## Security Concerns
- password handling
- email uniqueness
- group permissions
## Known Issues
- older role/group model
## Missing Functionality
- more explicit per-feature permissions
## Suggested Future Improvements
- tie roles into server content, scheduler, files, and billing more clearly
## Recommendation
- Keep / Improve