Implement secure password reset:
Application: ${{APPLICATION_TYPE}}
User verification: ${{VERIFICATION_METHOD}}
Token delivery: ${{TOKEN_DELIVERY}}
Secure flow:
- Cryptographic token generation
- Short token expiration (1 hour)
- Single-use tokens
- Rate limiting
- Account enumeration prevention
- Secure token transmission
- Session invalidation after reset
- Notification to userOr press ⌘C to copy
Replace these placeholders with your own content before using the prompt.
[{APPLICATION_TYPE][{VERIFICATION_METHOD][{TOKEN_DELIVERY]