snipcart / snipcart.github.io

Snipcart
MIT License
11 stars 6 forks source link

Customer dashboard « forgotten password » feature do not work. #1

Closed MachinisteWeb closed 7 years ago

MachinisteWeb commented 7 years ago

Customer dashboard « forgotten password » issue

On our tested page: https://blog.lesieur.name/espace-membres/

When you click on « Customer dashboard », you click on « J'ai oublié mon mot de passe », you field input with « bruno.lesieur@gmail.com » or « b.lesieur@orchard-id.com », you click on « OK » button : nothing will be produce, and no email will be send. In the console.log you will see :

snipcart-forgotten-password

In this example I clicked twice time on « OK » button.

Try to reset the Template email to first configuration

We have not change the Template Email for « FORGOT PASSWORD » but we have tested to reset it to see if that solve the issue. In back-office, page https://app.snipcart.com/dashboard/email-templates, part « FORGOT PASSWORD » we have clicked on « EDIT » button, then on next page, we have clicked on « RESTORE DEFAULT » button and then, we have clicked on « SAVE & EXIT » button.

After new test, we have always the same issue.

We use the french fr.js file : https://blog.lesieur.name/espace-membres/

More details here with another bug : https://github.com/snipcart/snipcart-localization/issues/54

JeanSebTr commented 7 years ago

Thanks for the report.

A recent change in the handling of default email templates introduced the bug, it has been fixed.

MachinisteWeb commented 7 years ago

Tested and all is good now. Thx.