Skip to main content
Path: /reset — Public page (not protected)

Setup

  1. Create a page at /reset in Framer
  2. Insert Reset Password Form from Components
  3. Drag it onto the page

What It Does

  • New Password and Confirm Password fields
  • The reset token is read from the URL automatically (sent via the forgot password email)
  • Redirects to sign-in after successful reset
You don’t need to handle the token manually. When the user clicks the reset link in their email, the token is in the URL and the component reads it automatically.