Skip to content

asmartin/joomla-to-wordpress-migrated-users-authentication-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Joomla to WP Migrated Users Authentication Plugin

  • Contributors: lucky62, asmartin
  • Tested up to: WP 4.7
  • Requires at least: WP 3.X
  • Stable tag: 1.1.0

A plugin to authenticate users migrated from Joomla/Mambo to Wordpress.

Installation

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

Usage

Joomla encrypted passwords should be stored in wp_usermeta key joomlapass for this to work. You can import users and populate this field automatically with this tool.

When the user logs in the first time after migration, his/her password is hashed using the Joomla method (either md5:salt or PHPass) and compared with value in joomlapass meta key. If the password is correct, the Wordpress user is updated and the password encrypted to the Wordpress password format and stored in the user_pass field. For all subsequent logins, the user will now be authenticated via the standard Wordpress authentication plugin. At this time, the joomlapass meta key is renamed to joomlapassbak to avoid repeatedly performing this conversion.

License

plugin is free for any purpose...

Changelog

  • 19.3.2011 - 1.0.0 - first release
  • 27.3.2011 - 1.0.1 - links correction
  • 01.3.2017 - 1.1.0 - added support for PHPass, tested with Joomla 2.5.x and Wordpress 4.7.x

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages