PDA

View Full Version : Linking ASP website login to vBulletin login


crazyweber
31 May 2007, 02:28
Hello all,

I have looked for a while on this topic. With no luck. Basically our main website is ran in ASP.NET C#. I would like to be able to have one login for the forums and the website. If anyone has a solution to this it would be great.
Here is what I have so far:

When a user creates an account the account gets created in both the MsSQL (website) and MySQL (vBul). At least they will have the same account for both the website and forums.

I tried created the bbpassword and bbuserid cookies in ASP with hopes that vBulletin would grab the cookies and create a session and log the user in. (Long reach i know) Im starting to think it will not just be possible and you guys are my last hope! Any solutions/ideas/suggestions would be great.

Thanks in advance,
Eric

chaim2003
10 Sep 2008, 20:52
i am trying something similar.
the best i have managed to do, is to get ASP to read the bbuserid cookies created in VBulletin.

any additional info appreciated too!

Amenadiel
25 Sep 2008, 05:55
so you have two user tables and you want the user to perform a single login in both systems?

are passwords the same on both systems?

Dismounted
25 Sep 2008, 06:27
See what vBulletin does to log someone in - have a look at login.php.