As a user, I want to reset my password if I forget it #10

Closed
opened 2026-04-01 00:10:12 +00:00 by david · 0 comments
Owner

Acceptance Criteria

  • Password reset page created at /auth/password-reset
  • Form accepts email and sends reset link
  • Reset link emailed to user (Better Auth integration)
  • New password form validates and updates password
  • Success/error messages displayed

Technical Details

  • Create src/app/auth/password-reset/page.tsx
  • Use Better Auth's built-in password reset flow
  • Verify email delivery works
  • Test reset link expiration

Related

  • Part of Phase 6 (Authentication & Authorization) in TODO.md
  • Better Auth already configured, needs UI implementation
## Acceptance Criteria - [ ] Password reset page created at /auth/password-reset - [ ] Form accepts email and sends reset link - [ ] Reset link emailed to user (Better Auth integration) - [ ] New password form validates and updates password - [ ] Success/error messages displayed ## Technical Details - Create src/app/auth/password-reset/page.tsx - Use Better Auth's built-in password reset flow - Verify email delivery works - Test reset link expiration ## Related - Part of Phase 6 (Authentication & Authorization) in TODO.md - Better Auth already configured, needs UI implementation
david added the epic:authenticationfeatureui labels 2026-04-01 00:10:52 +00:00
david closed this issue 2026-05-02 01:26:16 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: david/euchre_camp#10