Open
Description
Are there certain things to report that are not a bug or feature?
If someone has setup SMTP server setup in your Live magento store, can you test forget password functionality in the app whether the reset password mail is getting generated or not.
Steps to Perform
- Follow installation steps described here
- Setup SMTP server in your magento backend, if haven't
- In config/magento.js file specify the email reset template name in the field
password_reset_template
- Open App, and go to LoginScreen
- Select Create New Account link at bottom, and create a new account
- Go Back to LoginScreen
- Select Forgot password link at bottom
- Enter the same email id, and click reset password button
- Verify that password reset mail was sent
Screenshots
TODO