Passwords module not authenticating users
| Project: | vBulletin to Drupal |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Liam McDermott |
| Status: | closed |
Great module. I should finally be able to break free from vbulletin.
I have gone through this procedure a couple of times (with a clean drupal 5.9 install) and everything has come over as needed.
My only issue is with passwords. Maybe I do not fully understand the intended functionality. When attempting to log in with vb users, it says the username or password is incorrect. At that point you can enter your username or email and it will send you a one time login link. From there it will let you create a new password and log in.
I am just wondering if it is supposed to work as such, or if the password module is supposed to actually bring over the password.
If it is the previous, something is aloof. If it is the later, I guess I'll have to figure out a way to handhold a few thousand people through the process.
Thanks in advance.

#1
same problem here
#2
It seems something has changed in Drupal (since 5.7 or so) that has broken this module. Grrrr, it's just happened to me on a live site.
#3
I've confirmed this is a problem with Drupal. Have a look at #295284: user_authenticate returns empty user object after hook_auth for the explanation and a patch, please test and reply on that thread if it works/doesn't work for you. :)
#4
This might not be a fault with Drupal after all (although I wish stable APIs wouldn't get borked like this!) Am working on the problem now.
#5
And here's a patch. Let me know if it works for you and I'll commit. :)
#6
Committed.
#7
Ok, the patch fixed the issue I was having.
Thanks.
#8
#9
Automatically closed -- issue fixed for two weeks with no activity.