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.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 20081014vbpassword_auth_fix.patch | 4.08 KB | liam mcdermott |
Comments
Comment #1
mgzabriskie commentedsame problem here
Comment #2
liam mcdermott commentedIt 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.
Comment #3
liam mcdermott commentedI'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. :)
Comment #4
liam mcdermott commentedThis 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.
Comment #5
liam mcdermott commentedAnd here's a patch. Let me know if it works for you and I'll commit. :)
Comment #6
liam mcdermott commentedCommitted.
Comment #7
bacchus101 commentedOk, the patch fixed the issue I was having.
Thanks.
Comment #8
bacchus101 commented