I am moving my legacy Saas site to my new magento corporate installation and I don’t believe that I can transfer client passwords. They are encrypted using the perl crypt () function.
I am wondering what the best workflow for this might be, as I am sure that others must have come across something similar.
I do not mind to send an email asking all of our customers to create a new password or ask them the next time they log in.
But what should I put in the password field for import? For security, of course, I can’t give everyone the same temporary password.
We have almost 123,000 customers (many of which are probably no longer active, though), so it may take some time.
Thanks in advance.
source
share