Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 923 Bytes

File metadata and controls

15 lines (9 loc) · 923 Bytes

Migrate Customer Password from Magento2 to Wordpress

This wordpress plugin checks and updates passwords of users migrated from Magento2 to Wordpress

Requirements:

  1. user_pass column will have this kind data from Magento2 dcbdc524f215fd054502dcad5a23a702ec029c02ff8d7051d049f76e29927f8b:C8yVqeuPfkHWvkmipx0iKLPtOUGETpLL:1

  2. usermeta table must have a meta_key "migrated_cs" for this user, meta_value can be anything positive

  3. This plugin file password-migrator.php should be in wp-content/plugins and must be an active plugin

What is does and How to use?

All info available here https://tutes.in/how-to-migrate-customers-from-magento2-to-wordpress/