Jump to content

Issue with password regeneration


Recommended Posts

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

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

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 by KamranMK (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...