Jump to content

migrating customer passwords from prestashop 1.3.1.1 to 1.5.4.1


Recommended Posts

Hi friends,

 

I am almost done manually migrating a 1.3.1.1 shop to 1.5.4.1 , the only thing left to do is migrating the customers. I worked on that the whole day and haven't found a solution to my problem; I am not able to migrate the customer passwords and have them working.

 

I changed the _COOKIE_KEY_ and _COOKIE_IV_ of the 1.5 shop to the 1.3 shop values.

 

I then tried to use the built-in customer import (csv) to import the clients, without sucess.

 

 

I even tried to "force" the new shop to use my old passwords by using the exact same secure_key and passwd for each client using a sql query:

 

update ps_customer join ps_customer2
on ps_customer.`id_customer` = ps_customer2.`id_customer`
 set ps_customer.`secure_key` = ps_customer2.`secure_key`,
 ps_customer.`passwd` = ps_customer2.`passwd`,
 ps_customer.`last_passwd_gen` = ps_customer2.`last_passwd_gen`

 

but it still does not work.

 

Anyone can tell me how to migrate customers so that my 1.3.1.1 customers can sign in to my new 1.5.4.1 shop?

 

Thank you.

 

Edit: Found out I didn't post in the right section, can I change it myself?

Edited by marc_soad (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...