Solved! Go to Solution.
Hi @enivre1717,
Anonymous requests can be done through the REST Magento API to allow anyone with the customer ID/email and the REST URL to reset the password.
All you have to do is create a custom REST API method and allow anonymous access to that method.
Best regards.
Gabriel
Hi @enivre1717,
Anonymous requests can be done through the REST Magento API to allow anyone with the customer ID/email and the REST URL to reset the password.
All you have to do is create a custom REST API method and allow anonymous access to that method.
Best regards.
Gabriel
Thanks!