Search the Community
Showing results for tags 'Password Reset Email'.
-
I tried for 2 days to reset the password and it's not working, i don't receive any email to make the change, like a normal any page in the world. I saw it is only something to be paied, like 50 $, but for what! Please i just need to get somehow in my prestashop, and it is so dissapointing that it's no functional a simple proceedure, to reset when it happend to be forgotten. Kind Regards
-
Hi, When the customer receives a password reset email and clicks the link in the email to confirm that their password should be reset a new window is opened: http://www.mysite.co...-recovery?token The customer now has two windows opened which I think could be confusing. I originally though I would modify the code to remove the confirmation email but now think it gives some additional protection. What I would like to do is: Customer requests password reset - http://www.mysite.co...ssword-recovery opened - password recovery email sent Customer clicks link in email to confirm reset - http://www.mysite.co...ssword-recovery shows message to say new passord has been sent. Customer can then return to the login page by clicking on 'back to login' I'm using version 1.4.9.0 The link in the email seems to be in PasswordController.php line 58 '{url}' => self::$link->getPageLink('password.php', true).'?token='.$customer->secure_key.'&id_customer='.(int)$customer->id), but I don't know why this would open a new page, unless its something to do with the token. Any help appreciated Regards Chris g