Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Adding a user through code
On my website (like most websites) I have users already and I have an interface for users to register. How do I hook into the code for vanilla forums software so that I can get the user account automatically added to the forum when they register? I also want vanilla forum to recognize that the user is already logged into the site. I currently do this with the session_start() on the top of the php page and just grab the user info.
0