Quote:
Originally Posted by NBZ4live
Ok. Have solved this by my own. You can close the topic.
|
I HATE people who take the time to post a problem on the forums, and even post a followup asking for more help, then "I solved it, not going to bother wasting anyone's time by telling them how, solve it on your own +++++++". If you're going to waste your time writing and saying you fixed it, at least say a couple words for people who also run into the same problem.
Quote:
Originally Posted by tommythejoat
I have exactly the same problem as was discussed above.
My single Signon using forms based authentication on a Windows server was working fine with vB3.8 for a year or so, but with vB4 the do_login_redirect triggers an infinite redirect.
My code transparently creates a vB account or logs the user in if their email address matches between vBulletin and my CRMS. I execute the login and my code with a button and it works fine, but if I have it fire from a hook, it gives the infinite redirect in v4.
|
Sounds exactly like what I've got, and was only a problem after vB4. It's do_login_redirect() that throws to a white page, logged in just fine, but redirect will never properly go through. Very, very frustrating to say the least..