Cards
Where to Use Forgot Password Card in React Apps
Forgot Password Card handles reset requests with an email field, success state, and back-to-sign-in link. Teams ship it to close the auth loop without a generic browser dialog or support ticket spiral.
Where teams use Forgot Password Card
Use case 1
Password reset request page
Route /forgot-password to the card and show success after the email is accepted. Back link returns users who remembered credentials.
Use case 2
Support-assisted recovery
Help desks share the same URL so customers self-serve. Success state sets expectations that mail can take a minute.
Use case 3
Mobile web auth recovery
Responsive card keeps recovery usable on phones without a native app. Single field reduces friction for returning users.
Use case 4
SSO fallback for local accounts
Products with mixed SSO and local users still need reset for local passwords. The card keeps that path visible beside SSO login.
Who it is for
Engineers completing authentication flows with a dedicated recovery surface.
Try Forgot Password Card on AkmanOS
Submit a test email and see the success state in the preview, then paste copy markdown into Claude or Cursor to wire Forgot Password Card to your mailer.
Preview /preview/forgot-password-cardMore in Cards
- Add-ons & IntegrationsFilterable grid of integrations and premium add-ons with connect, upgrade, and status badges. Explore real product surfaces for the Add-ons & Integrations component — then open the live AkmanOS preview and copy production-ready source.
- Agent Limits CardContext window breakdown with segmented usage bar, expandable tool groups, and plan limit meters. Explore real product surfaces for the Agent Limits Card component — then open the live AkmanOS preview and copy production-ready source.
- AI Chat HeroCream grain landing hero with Acme nav, launch badge, Pro chat shell, model picker, and partner row. Explore real product surfaces for the AI Chat Hero component — then open the live AkmanOS preview and copy production-ready source.
- Bento CardCycling 2×2 bento carousel — four 1:1 tiles per layout, opposite row slide directions. Explore real product surfaces for the Bento Card component — then open the live AkmanOS preview and copy production-ready source.