This plugin allows you to import OpenCart customers with their hashed passwords. And when the imported customer tries to login, It updates the OpenCar …
This plugin allows you to import OpenCart customers with their hashed passwords. And when the imported customer tries to login, It updates the OpenCart hashed password to WordPress hash instead. It makes use of the fact that SHA1 function will always give the same hash with the same password! So when the user enters the right password, The SHA1 function will give the same imported hash.