Page 1 of 1

phpbb forum registration/login integration with the site

Posted: Tue Dec 23, 2008 5:31 am
by pbs
Hi All,

I want to integrate phpbb registration/login with my customised site.

Any idea.

Thanks in advance.

Re: phpbb forum registration/login integration with the site

Posted: Sat Dec 27, 2008 3:28 pm
by cptnwinky
You can just call the phpbb database to verify user data. So, instead of creating your own users table and checking against it for authentication just use the phpbb users table to perform the same check.