KamranMK Posted September 30, 2013 Share Posted September 30, 2013 I am having some issue with password regeneration on my site, so since i have transfered customers to my new site the passwords are gone, and when customers try to regenerate the password they receive an email with this link http://mysite/index.phppassword.php?token={path_token}&id_customer={id_customer} and after that they get to a page where it says an error and please write your email again and we will sedn you the password, is this a bug? Link to comment Share on other sites More sharing options...
vekia Posted September 30, 2013 Share Posted September 30, 2013 hello if you transfered customers bettween two different installations - password will not work due to the cookie key (passwords are salted with this key) - each installation of shop has got different cookie key. can you for test purposes use the same values in settings.inc.php file ? (related only to the keys of course) Link to comment Share on other sites More sharing options...
KamranMK Posted September 30, 2013 Author Share Posted September 30, 2013 (edited) hello if you transfered customers bettween two different installations - password will not work due to the cookie key (passwords are salted with this key) - each installation of shop has got different cookie key. can you for test purposes use the same values in settings.inc.php file ? (related only to the keys of course) Vekia, i understand but what about password regeneration? like i get this even with new customers i get page is not available when people click on this link http://mysite/index.phppassword.php?token=%7Bpath_token%7D&id_customer=%7Bid_customer%7D is this a correct link, which is generated by email generator? Edited September 30, 2013 by KamranMK (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts