One quarter English
One quarter English

phpBB posts

Custom User Authentication in phpBB

February 19th, 2010

One issue with using phpBB for site forums is hooking the forum up to be logged in by your main site login. phpBB 3 allows the creation of a custom authentication plugin. Create a document named “auth_name” where name is what you want the authentication method to be called. Store this in the auth/ folder and then specify in the config table in the database or the Client communication/Authentication settings section of the administration panel.
Read the rest of this entry »

Tags: ,