Skip to content

[BACKPORT 2.2] [TASK] Add resetPassword call to the webapi#11917

Merged
okorshenko merged 1 commit intomagento:2.2-developfrom
experius:experius-2.2-patch-customer-api-reset-password
Nov 4, 2017
Merged

[BACKPORT 2.2] [TASK] Add resetPassword call to the webapi#11917
okorshenko merged 1 commit intomagento:2.2-developfrom
experius:experius-2.2-patch-customer-api-reset-password

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 80ba9c8 into magento:2.2-develop Nov 4, 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