50 lines
606 B
Markdown
50 lines
606 B
Markdown
# 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
|
|
|