Plugin info

Total downloads: 2,315
Active installs: 20
Total reviews: 3
Average rating: 4.3
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/14/2016 (3334 days ago)
Added to WordPress: 12/8/2013 (12 years old)
Minimum WordPress version: 2.8
Tested up to WordPress version: 3.7.41
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3334 days ago • 3 reviews

22/100

Is Magento User Compatibility abandoned?

Possibly abandoned (last update 3334 days ago).

Compatibility

Requires WordPress: 2.8
Tested up to: 3.7.41
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Cart2Cart: Magento to WooCommerce Migration
Rating 3.9/5 (18 reviews)Active installs 1,000
Magento WordPress Integration
Rating 4.0/5 (20 reviews)Active installs 300
FG Magento to WooCommerce
Rating 4.8/5 (83 reviews)Active installs 200
Magento 2 WP Integration
Rating 4.4/5 (7 reviews)Active installs 100
WP Storefront – Magento 2 Product Showcase
Rating 5.0/5 (9 reviews)Active installs 80
Mage Enabler
Rating 0.0/5 (0 reviews)Active installs 20

Description

This plugin will allow you to automatically rehash the passwords of users you have beforehand imported from a Magento database to your WordPress database.

This is useful if you are migrating a website from Magento to WordPress.

It allows users to authenticate via their email address, like on a Magento installation.

Upon login, the plugin will check the password entered by the user, against the value stored in the database. It’ll verify if the password is correct and, only in that case, it’ll rehash the password using WordPress’ default hashing algorithm and insert the new password to the database. Then it’ll try logging in.

In every other case, login will function normally, so if there is an error, it’ll be returned.

In a while, every former Magento user you have imported to your WP DB will have their passwords securely rehashed.

Tested successfully with Magento 1.8.0.0 and WordPress 3.7.1.

Installation

  1. Manually import the database of your previous Magento customer passwords.
  2. Alter the database. See FAQ.
  3. Unzip and upload /magento-user-compatibility/ to the /wp-content/plugins/ directory
  4. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

Does the plugin import the user database of my Magento installation?

No. You will have to do this yourself manually.
The passwords of Magento customers are stored in a table called “customer_entity_varchar”.
You will need to execute an SQL command on your user table too, so it can take into account Magento’s long password hashs: ALTER TABLE wp_xxxxx CHANGE user_pass user_pass VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT ”

Review feed

jomarlipon
8/18/2017

It Works

It works..thanks.. you save my day

Screenshots

No screenshots available

Changelog

1.0

  • Initial release