build69
build69  /  Components  /  Auth  /  ResetPassword

ResetPassword

v1.0.12Updated 27 Aug 2026

Set-new-password page reached from a reset link, including an expired-link state. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 13 stories
CenteredOpen ↗
Why this is recommendedreset-passwordnew-passwordpasswordauth+2

ResetPassword centred on the page.

Recommended for+14
  • Auth flows
  • Password recovery
Tags+6
reset-passwordnew-passwordpasswordauthpagecentered
Features+4
  • Centered, split and expired-link layouts
  • New password + confirm + strength hint
  • Self-contained — no required props
Not recommended for−2
  • In-app settings

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "ResetPassword" })

Usage

import { ResetPasswordCentered } from '@/components/pages/reset-password';

<ResetPasswordCentered />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override

string

Related