Authenticate against an existing phpBB3 installation. Copy the authentication module in place and edit it to reflect your phpBB3 path. This module will automatically detect your
phpBB3 settings. See the included README.txt for more detailed instuctions.
This module also supports single-sign-on. Once a user is logged into phpBB3, they will automatically be logged into Thyme with out having to go through the login form.
Download ||
Author: eXtrovert Software
To install:
- Unzip the downloaded file
- Extract auth.php
- Edit auth.php to reflect your phpBB3 path (E.g. change the part in red)
# Path to installation, NO trailing slash, / $phpbb_opts['path'] = '/usr/local/apache/htdocs/forum';
# Default admin/superuser userid $phpbb_opts['admin'] = 'admin';
- Upload auth.php to modules/auth under Thyme's folder
After this, you may log into Thyme using your phpBB3 account(s).
|