-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Beta-CampaignGrantFox beta test CampaignGrantFox beta test Campaign
Description
Description:
Allow users to request a password reset via email.
Tasks:
- Create
POST /api/auth/forgot-password - Find user by email (always return
200to avoid user enumeration) - Generate a secure reset token and save its hash + expiry to the user document
- Send password reset email with the token link
Acceptance Criteria:
An email with a reset link is sent if the email exists in the system.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Beta-CampaignGrantFox beta test CampaignGrantFox beta test Campaign