Joomla to WP Migrated Users Authentication Plugin
开发者 |
lucky62
|
更新时间 |
2011年3月27日 19:54 |
捐献地址: |
去捐款 |
PHP版本: |
WP 3.X 及以上 |
WordPress版本: |
WP 3.1 |
详情介绍:
Joomla encrypted passwords should be stored in user meta key "joomlapass".
When user is authenticated first time after migration
password provided by user is encrypted by "joomla way"
and compared with value in "joomlapass" meta key.
If password is correct WP user is udated - password encrypted by "wordpress way"
is stored to "user_pass" field.
Then user can be authenticated by standart wordpress authentication plugin.
Meta key "joomlapass" is renamed to "joomlapassbak" to avoid repeatedly updating WP password.
安装:
- extract plugin zip file and load up to your wp-content/plugin directory
- Activate Plugin in the Admin => Plugins Menu
更新日志:
19.3.2011 - 1.0.0 - first release
27.3.2011 - 1.0.1 - links correction