Sorry, my German ist nicht sehr gut so I'll have to use English. :)
Recently the SUPEE-10888 Magento security patch has come out and also the new 1.9.3.10 release for Magento community. The patch fixes a bunch of things, and one of the things that is fixed is that the password reset confirmation email no longer has a customer ID anywhere in a link or in the text.
Your language pack overrides one of the changed templates, and we use your pack in one of our shops, so in order to apply the patch I have to apply the patch to your template as well - hence this PR.
This pull request changes the customer.id field to customer.rp_customer_id, which is a second token, that Magento now uses instead of the customer ID.
Hi Rico,
Sorry, my German ist nicht sehr gut so I'll have to use English. :)
Recently the SUPEE-10888 Magento security patch has come out and also the new 1.9.3.10 release for Magento community. The patch fixes a bunch of things, and one of the things that is fixed is that the password reset confirmation email no longer has a customer ID anywhere in a link or in the text.
Your language pack overrides one of the changed templates, and we use your pack in one of our shops, so in order to apply the patch I have to apply the patch to your template as well - hence this PR.
This pull request changes the
customer.id
field tocustomer.rp_customer_id
, which is a second token, that Magento now uses instead of the customer ID.What do you think?
Tschüß,
Toon Spin
More info on the Magento patch: https://magento.com/security/patches/supee-10888 https://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html#ce19-19310