-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description:
Build forgot password and reset password pages.
Tasks:
- Create
/app/auth/forgot-password/page.tsx - Add email input form
- Call
/users/forgot-passwordendpoint - 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-passwordendpoint - 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program