该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Joomla to WP Migrated Users Authentication Plugin

描述

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.

License

plugin is free for any purpose…

Support

Put question here: http://lovelyland.info/1/joomla2wp-mig-auth-plugin/

安装

  1. extract plugin zip file and load up to your wp-content/plugin directory
  2. Activate Plugin in the Admin => Plugins Menu

常见问题

No questions at this moment…

评价

2017 年 3 月 2 日
I was able to get this to work to successfully import a Joomla 2.5 database, but it required that I add code to support Joomla's newer PHPass-based hashing method. I've posted the updated version of this plugin here if anyone else would also find it helpful!
阅读所有7条评价

贡献者及开发者

“Joomla to WP Migrated Users Authentication Plugin” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

19.3.2011 – 1.0.0 – first release
27.3.2011 – 1.0.1 – links correction