PrestaShop expert answer about importing working password to prestashop
Hello
Module export passwords and generates csv file that is ready to work with PrestaShop 'csv import' tool,
list of exported fields for customer accounts:
ID
Active (0/1)
Titles ID (Mr = 1, Ms = 2, else 0)
Email *
Password *
Birthday (yyyy-mm-dd)
Last Name *
First Name *
Newsletter (0/1)
Opt-in (0/1)
Groups (x,y,z...)
Default group ID
ID / Name of shop
list of exported fields for addresses
ID
Alias *
Active (0/1)
Customer email *
Customer ID
Manufacturer
Supplier
Company
Last Name *
First Name *
Address 1 *
Address 2
Zip/postal code *
City *
Country *
State
Other
Phone
Mobile Phone
VAT number
DNI/NIF/NIE
So when you will import this CSV file to other prestashop - the passwords for customers' accounts will not work. If you want to avoid this - it will be required to change the "cookie key" that is stored in /config/settings.inc.php file (it must be equal to cookie key from shop where you generated csv file). Only then passwords will work.
Module export passwords and generates csv file that is ready to work with PrestaShop 'csv import' tool,
list of exported fields for customer accounts:
ID
Active (0/1)
Titles ID (Mr = 1, Ms = 2, else 0)
Email *
Password *
Birthday (yyyy-mm-dd)
Last Name *
First Name *
Newsletter (0/1)
Opt-in (0/1)
Groups (x,y,z...)
Default group ID
ID / Name of shop
list of exported fields for addresses
ID
Alias *
Active (0/1)
Customer email *
Customer ID
Manufacturer
Supplier
Company
Last Name *
First Name *
Address 1 *
Address 2
Zip/postal code *
City *
Country *
State
Other
Phone
Mobile Phone
VAT number
DNI/NIF/NIE
Password case
Module exports hashed password. Hashed password is a special encoded string that is unique for each prestashop installation. (it works like that because of security).So when you will import this CSV file to other prestashop - the passwords for customers' accounts will not work. If you want to avoid this - it will be required to change the "cookie key" that is stored in /config/settings.inc.php file (it must be equal to cookie key from shop where you generated csv file). Only then passwords will work.
0 comments:
Post a Comment