complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
58
docs/modules/user_admin.md
Normal file
58
docs/modules/user_admin.md
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue