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

50
docs/modules/lostpwd.md Normal file
View file

@ -0,0 +1,50 @@
# Lost Password
## Purpose
Password recovery flow for users.
## Current Status
- Functional
## Dependencies
- auth and email recovery flow
## Database Tables
- None declared in module metadata
## Agent Interaction
- None directly
## User Workflow
- request password reset
## Admin Workflow
- not a primary admin surface
## Security Concerns
- reset tokens and email verification must be secure
## Known Issues
- basic account-management module
## Missing Functionality
- richer account recovery UX
## Suggested Future Improvements
- keep stable and simple
## Recommendation
- Keep