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:

  1. User enters their email address
  2. System generates a secure random token (expires in 60 minutes)
  3. Token is stored on the user's profile
  4. Reset email is sent with the token and reset link
  5. User clicks link or manually enters token in the Reset Password form