Closed (works as designed)
Project:
Simple MD5 Auth
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2012 at 19:31 UTC
Updated:
3 Apr 2012 at 22:05 UTC
Saw this module come through the RSS feed, and just thought I'd let you know that core already accounts for md5-hashed passwords (required for 6.x sites upgrading to 7.x). See user_update_7000 for details. If you're using the migrate module, it has similar logic for retaining md5'd passwords.
Comments
Comment #1
andyhawks commentedThx jhedstrom. user_update_7000 will append the 'U' to the beginning of the pass, causing a double-md5 hash in user_check_password using standard includes/password.inc.
This sandbox module is just for whatever cases where you need to preserve an unmodified md5 hash pass in the Drupal user table, e.g. user integration with an older phpbb2 system or the like.