Jump to content

Migrate password from symfony 3 to prestashop


Recommended Posts

Hi,

 

I would like to know how to migrate my symfony 'users' to prestashop 'customers', for the SQL field 'password'.

 

Presta uses 'PrestaShop\PrestaShop\Core\Crypto\Hashing->hash' with salt _COOKIE_KEY_ to encode passwords

 

but how to migrate a symfony (with FOS User Bundle) password, such as $2y$13$E.IYziald3PJQMSyHVAAAAAAAAKQAmyeVUNLO0HJctFQmr9Scpu to work on prestashop ?

 

Which classes/controllers/methods should I override ?

 

Thanks

Florian

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...