Since the backport of new enchanced technique of storing passwords from drupal 7 to drupal 6 using phpass module and since if the user installs the specific module he can not unistall because the password hashes change on the database, drupad could not authenticate the user using the legacy (core) code of authenticating. So therefore i have provided a fix using the patch i supplied that checks if phpass module is enabled to use the new authentication method.
| Comment | File | Size | Author |
|---|---|---|---|
| patch.drupad.module.txt | 804 bytes | nevron |
Comments
Comment #1
jchatard commentedHi,
This looks good!
I'm in rush right now, but I'll look at this soon.
Thanks,
Jérémy
Comment #2
jchatard commentedOk I've committed your patch in the dev branch.
I'll update the issue as soon as I'll release the new version of the module.
Thanks,
Jérémy
Comment #3
nevron commentedThank you for your quick responce. I'll update too as soon as the new one gets released. Good job Jeremy!
Comment #4
jchatard commentedOk, module 6.x-1.9 published.
Thanks nevron :-)