Àpèjúwe
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.
Ìgbéwọlẹ̀
- Manually import the database of your previous Magento customer passwords.
- Alter the database. See FAQ.
- Unzip and upload
/magento-user-compatibility/to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
- 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 TABLEwp_xxxxxCHANGEuser_passuser_passVARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT ”
Àwọn Olùkópa & Olùgbéejáde
“Magento User Compatibility” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.
Àwọn OlùkópaTúmọ̀ “Magento User Compatibility” sí èdè rẹ.
Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?
Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.
Àkọsílẹ̀ àwọn àyípadà
1.0
- Initial release