DivanteLtd / magento1-vsbridge

Run the Progressive Web App (PWA) on top of Magento 1.9. This is a Vue Storefront bridge for Magento 1.x. MIT License
https://vuestorefront.io
MIT License
57 stars 49 forks source link

Handling the data recieved from reset forgotten password form and reset the customer password. #44

Closed ivancukns closed 5 years ago

ivancukns commented 5 years ago

This Pull Request adds following items:

  1. A new action for handling the information from the reset password form.
  2. Logic for generating reset password token added to the resetPasswordAction
  3. Updating http status codes in the responses
  4. Removed Magento Translations wrapper-functions from the password reset process, as we believe that all translations should be handled from the VSF application, and not Magento.