Sandeep Tiwari Posted January 25, 2017 Share Posted January 25, 2017 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 More sharing options...
JeredBolton Posted January 25, 2017 Share Posted January 25, 2017 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 More sharing options...
Sandeep Tiwari Posted January 26, 2017 Author Share Posted January 26, 2017 Hmm make sense , prestashop uses Cookie Key with MD5 salt to generate the password so we would need to write the similar code in the new platform while authentication.. Link to comment Share on other sites More sharing options...
Sandeep Tiwari Posted January 26, 2017 Author Share Posted January 26, 2017 I think I must register on the old website to generate my unique password and then try to make password in the new platform so that it get validated. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now