cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 Reset password Rest API

Magento 2 Reset password Rest API

HI 

 

API V1/customers/password  

Magento 2,  Forget password is not working, 

currently we get below issues

  1. We pass the parameter to vendor/magento/module-customer.

  2. We can print email (parameter)in changeResetPasswordLinkToken.

  3. we created new token and stored to customer registry but we have an problem while saving the customer. $this->customerRepository->save($customer);

  4. but same functionality is working fine when we click reset password in backend. we used same functionality but we could n’t get any response while calling the API.

Any one , Please check and let us know 

 

2 REPLIES 2

Re: Magento 2 Reset password Rest API

Hello @sankar_g 

 

you can check below link for same

 

https://stackoverflow.com/questions/40173191/forgot-password-api-is-not-working-in-magento-2-x

 

hope it will help you, if works then mark as solution.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Magento 2 Reset password Rest API

@Sunil Patel  

Its not working