There are two issues on the Forgot Password page:
- Incorrect Instruction Text
- Current text mentions entering both email and phone number, but the system currently only supports email.
- Expected: The message should only mention the email field.
- Suggested text: “Enter your email address, and we’ll send instructions to reset your password.”
- Reset Email Not Being Triggered
- Clicking the Continue button does not send a password reset email.
- Needs investigation into email service configuration and backend endpoint trigger.
Steps to Reproduce:
- Go to the Forgot Password page.
- Observe the instruction text.
- Enter a registered email address.
- Click Continue.
- Check for any email received or backend errors.
Expected Result:
- The instruction text clearly states that only email is required.
- Clicking Continue sends a reset email to the provided email address.
Actual Result:
- Text references phone number incorrectly.
- Reset email is not being sent.
Attachments: