Skip to main content
A simple form where users enter their email to receive a password reset link.

Properties

PropertyTypeDescriptionDefault
Accent ColorColorButton color#9EE86F
Button TextStringSubmit button textSend Reset Link
Success MessageStringMessage shown after email is sentCheck your email for a reset link

Features

  • Email input with validation
  • Sends a password reset email with a secure token link
  • Shows success message after submission
  • Rate-limited to prevent abuse

Usage

  1. Place on a dedicated page (e.g., /forgot-password)
  2. Link to this page from your Sign In Form’s “Forgot password?” text
  3. Set up the Reset Password form on /reset-password to complete the flow