Forgot Password Form Demo
This form demonstrates the forgotpassword action, which generates a password reset token and emails it to the user. This is step 1 of the password reset flow.
How it works:
- User enters their email address
- System generates a secure random token (expires in 60 minutes)
- Token is stored on the user's profile
- Reset email is sent with the token and reset link
- User clicks link or manually enters token in the Reset Password form