I suggest using the .inc file in HEAD to replace (or as an alternative for) the external library. Obviously, this limits you to portable hashes, but it will make the D6->D7 upgrade path easy.
I suggest using the .inc file in HEAD to replace (or as an alternative for) the external library. Obviously, this limits you to portable hashes, but it will make the D6->D7 upgrade path easy.
Comments
Comment #1
naheemsays commentedWHat are the chances of this being implemented?
I am the maintainer of the phpbb2drupal module, and for phpbb3 imports, I want to have this module as a dependency so that passwords continue to work after import.
Comment #2
pwolanin commented@nbz - I might propose some minor changes for the D7 library in the near future. After that it's on my list for sometime this summer.
Comment #3
naheemsays commentedno probs.
Comment #4
pumpkinkid commentedWould this imply that transitioning between using phpass with D6 and D7 without phpass would be possible? If so, what is the status of this?
Comment #5
lpalgarvio commentedthe alternative would be placing PasswordHash.php in the /sites/all/libraries directory.
that would be a quick easy fix for Drush & other usage, before attempting the backport.
Comment #6
pwolanin commentedadded D7 code to 6.x-2.x branch