Topic: Manual Login
Is there any way that I can manually log in a user using PHP and the database?
I'm trying to integrate PunBB into a CMS some folks here at work developed that utilizes a single-sign-on procedure. I get the usernames and passwords from the single-sign-on sever, not PunBB. They would be identical in both systems though. But, I want to make a page so once they're logged into our custom system, I can have some PHP code that logs them into PunBB and forwards them to the forum home.
I've tried this with Simple Machines (SMF,simplemachines.org) but I haven't had any luck. Any help would be greatly appreciated!