Closed (fixed)
Project:
Joomla to Drupal
Version:
5.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2009 at 11:51 UTC
Updated:
21 Jul 2009 at 10:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
malclocke commentedThis patch does a couple of things.
- Creates a mapping table storing the users original Joomla password and whether or not their password has been converted
- Adds a form_alter() which, if the Drupal login fails, tries to log the user in using their Joomla salted password, and converts it to a Drupal md5() style password if login is sucessfull.
- some general code clean up in the areas relevant to the patch, less queries and more use of drupal_write_record().
Please note, I am working on Drupal 6, and this patch requires this to function. You will need to apply the patch from comment 1 in issue #486080: Port to Drupal 6 first for this patch to work at the time of writing.
Comment #2
drupalnesia commentedWelcome to contributor group, take a look for port to Drupal6 here http://drupal.org/node/486080
Comment #3
malclocke commentedCommitted to HEAD