Jump to content

Customer Password


Sandeep Tiwari

Recommended Posts

Hi 

I am moving customers to another platform so how can we move passwords as I know this is not possible to get exact passwords. please share your reviews , is their any method by which we can get customers passwords from database table otherwise we have to send emails with the new modified password.

 

Link to comment
Share on other sites

Copy the customers table from PrestaShop to a new table on the new platform.

 

You would need some custom code on the new platform which would hook into the new platform's validation code such that if the native authentication failed you would be able to see if the supplied username and password authenticate using the customers table you brought over from Prestashop (you'll have to implement the same authentication method used by Prestashop). If this yields a match, you can then create the customer a new account on the new platform using their current password.

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...