arancia Posted September 24, 2014 Share Posted September 24, 2014 Hello, When my customers want to get a new password because they forgot the old one, in the mail they get a wrong link. It starts with http://administration followed by the right link. Any ideas where I can look to modify the link and delete the http://administration? Link to comment Share on other sites More sharing options...
NemoPS Posted September 24, 2014 Share Posted September 24, 2014 Are you using an override for passwordController.php?if not, check that your file, at approximately line 58, looks like the following '{url}' => $this->context->link->getPageLink('password', true, null, 'token='.$customer->secure_key.'&id_customer='.(int)$customer->id) This is from ps 1.6.0.9 1 Link to comment Share on other sites More sharing options...
arancia Posted September 24, 2014 Author Share Posted September 24, 2014 '{url}' => $this->context->link->getPageLink('password', true, null, 'token='.$customer->secure_key.'&id_customer='.(int)$customer->id) I do have that line on the passwordcontroller.php. And then? Link to comment Share on other sites More sharing options...
Recommended Posts