Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BACKPORT 2.1] [TASK] Add resetPassword call to the webapi #11920

Conversation

lewisvoncken
Copy link
Contributor

same as magento-partners/magento2ce#58

Description

This update adds an extra API call to the Interface for managing customer accounts. When you are running a Headless Magento 2 webshop it is impossible to implement the full reset password process without this call.

In the new call you can easily reset the password with the following parameters:
{ "email": "string", "resetToken": "string", "newPassword": "string" }

Before webapi.xml update:
image

After webapi.xml update:

image

@okorshenko okorshenko self-assigned this Nov 1, 2017
@okorshenko okorshenko added this to the November 2017 milestone Nov 1, 2017
@okorshenko okorshenko merged commit fe6fd54 into magento:2.1-develop Nov 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants