Closed
Description
As a Magento End Customer,
I would like the ability to reset my account using the email associated with the account
so that
I have the ability to log into my account by going through the password reset process in case I forget my password.
Acceptance Criteria
- GraphQL mutation accepts an email address and triggers the password reset email.
- If the input email is not associated with an account no email should be sent.
- The response should include the following message "We received your password reset request. We have sent password reset instructions at 'input email'."
Approved Schema