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