Concept Flow - Password reset email pattern
User requests password reset
Generate secure token
Create reset URL with token
Send email with reset link
User clicks link
Verify token validity
Show reset form
User submits new password
Update password in database
Confirm success to user
This flow shows how a password reset email is generated, sent, and used to securely reset a user's password.