This authentication backend allows you to authenticate users against a phpBB database.
Table of contents
Requirements for phpBB Authentication
This Authentication backend only works against phpBB version 3.x, also known as phpBB3.It won't work against phpBB2 due to a different password hashing algorithm.
Enabling phpBB Authentication
To Enable phpBB Authentication you will need to do the following three steps:phpBB Step 1: Enable phpBB Authentication
To enable phpBB Authentication within the Wiki goto the Admin page (Login section -icon of a door and arrow) and in dropdown box select phpBB:phpBB Step 2: Turn off User Registration
Make sure that Registration is turned off:User registration is handled in the phpBB software.
phpBB Step 3: Configure phpBB Authentication options
Goto the phpBB tab:You need to provide the database hostname, user, password, database name and table prefix (if any).
Below is a table of the options and what they do.
| Property | Description |
| Create user if not in Tiki? | This option creates a user when the user has logged in using phpBB but is not in the Wiki. |
| Use Tiki authentication for Admin login | Use Tiki Auth for Admin login (Recommended). |
| Disable Tiki users who doesn't have a phpBB login. | Select to disable Tiki users who doesn't have a phpBB login, due to account deletion. (Recommended) |
When the above is completed the wiki is ready to use phpBB as an authentication source. You will now need to ensure that phpBB is setup correctly.
You can do that easily by logging in using a phpBB username/password, and try to log in with a non-existing user, and/or wrong password.
