I'm busy fixing some webshops that suffered from the invalid customer.xml issue that came with the SUPEE 6788 security patch. I'm down to my last one, however, everything in my customer.xml is (probably) in the right place.
Whenever Magento sends me a mail with my password reset link and I click on it, I get a 404 error straight from the server (so not from within Magento). Normally, Magento parses the given URL (which is like this; http://yoursite.com/customer/account/resetpassword/id=[id]&token=[token]
) to http://yoursite.com/customer/account/changeforgotten
.
Navigating manually to account/changeforgotten
doesn't work because of the missing session token and user id, but it does return my form, which indicates my customer.xml is probably fine.
Does anybody know where Magento parses this URL, and how to fix it? Or is something else going on?
Some insight or advice would be great :)
TIA
(edit; this is the xml issue i'm talking about; SUPEE 6788 and Password Reset (blank page))