Everything works great except I noticed that when you login for the first time in drupal using your vbulletin account, it will say login failed. However if you login a second time with the same info, it will work the 2nd time. Is there anyway to fix this from happening?
- Riki
Comments
Comment #1
sunHm. I cannot replicate this behavior. Does this happen every time a user tries to login or only for the very first time?
Also, please ensure that your cookie domain configuration, both in Drupal and vB, is correct, i.e. identical.
Comment #2
RikiB commentedIt only happens on the very first time login. The cookies are set correct.
I found a post here and it fixed my problem. http://drupal.org/node/344554
Comment #3
sunHacking Drupal core is NOT recommended.
Comment #4
RikiB commentedIs there any reason why this would solve my problem. Is there any way I could hack drupal vb similarly?
Thanks again,
- Riki
Comment #5
sunSorry, I cannot replicate this issue and it seems no one else can either.
Comment #6
jahmal commentedI have noticed similar behavior when an authcache module is enabled. Rikib - Did you enable authcache when this problem occured ?
I'm looking into this problem and will get back if I find a solution.
Regards,
Rafal
Comment #7
RikiB commentedI gave up and migrated everything to drupal, haha. :p
Comment #8
jahmal commentedWe have already tried to import all vb posts into drupal using vbtodrupal module, but with size of our forum this wasn't a solution. Drupal's core Forum module (and the same goes for Advanced Forum module) has some very slow queries.
Anyway, we have found that authcache isn't in fact breaking functionality of drupalvb. Swithcing authcache off isn't helping and problem still persists...
Problem description so far:
- User enters username&password in in drupal side of system. Here everything looks fine
- Records are created in drupalvb_users & users table
- User is logged in drupal but Not logged in vbulletin
- Then we log out of drupal and log back in to both drupal and vbulletin successfully
Comment #9
RikiB commentedIf you are seriously interested in migrating to drupal from vb, talk to Liam and he can definitely help you out. Liam is the creator of the vbtodrupal module.
Comment #10
markdia commentedI am experiencing the same issue with cacheRouter turned on. Once the user logs out and logs back in they're fine from then on in.
I believe it has to do with the registration flow not setting the same cookies that the login flow does, probably based on a conflict with something hooked already? I can verify the vB cookies that login sets are not being set.
Comment #11
sunHow exactly do you log in for the first time? Do you use the user/reset link that is contained in the mail or do you login as usual on-site?
Comment #12
sunSorry, without further information this issue can only be closed as not reproducible.
Feel free to re-open this issue if you want to provide further information. Thanks.
Also check your Drupal user registration settings and make sure that new users don't require manual moderation by site administrators.