sanjeevyadavIT / magento_react_native

🛒 MageCart: E-commerce app for Magento 2.x written in React Native
GNU General Public License v3.0
282 stars 124 forks source link

Add Forgot Password Screen #9

Closed sanjeevyadavIT closed 5 years ago

sanjeevyadavIT commented 5 years ago

Is your feature request related to a problem? Please describe. Add a new page ForgotPasswordScreen that will help user to send a password reset link on his email id.

Describe the solution you'd like In SignInScreen render an option Forgot password? that will take to ForgotPasswordScreen which will ask user email id, which will send a password reset link, in case user has forgot his password.

Additional context

MehmoodArib commented 5 years ago

I am working on it. tag it inProgress

sanjeevyadavIT commented 5 years ago

TODO Create new issue, which explains how to test this functionality, and ask someone who has email SMTP setup in Magneto website to test out the functionality.