AccountRestore
Password reset and account recovery component with email verification.
Live Demo
Click the button to see the password reset modal
Installation
Basic Usage
Props
Prop | Type | Required | Description |
---|---|---|---|
onSuccess | () => void | No | Callback when reset email sent successfully |
onError | (error: Error) => void | No | Callback when reset fails |
className | string | No | Additional CSS classes |
API Usage
Features
✉️ Email Verification
Secure token-based password reset via email
⏱️ Token Expiration
Reset tokens expire after 1 hour
🔒 Password Validation
Enforces strong password requirements
📧 Custom Templates
Customize email templates