Skip to content

Create Forgot Password Flow #39

@ayshadogo

Description

@ayshadogo

Description:
Build forgot password and reset password pages.

Tasks:

  • Create /app/auth/forgot-password/page.tsx
  • Add email input form
  • Call /users/forgot-password endpoint
  • Show success message (even for non-existent emails)
  • Create /app/auth/reset-password/page.tsx
  • Add new password and confirm password fields
  • Validate reset token from URL
  • Call /users/reset-password endpoint
  • Redirect to login on success
  • Handle expired token errors

Acceptance Criteria:

  • Email is validated before submission
  • User receives success message
  • Reset token is validated
  • New password meets requirements
  • Redirects to login after reset

Metadata

Metadata

Assignees

No one assigned

    Labels

    Stellar WaveIssues in the Stellar wave program

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions