Notice: This plugin is unmaintained and availableforadoption.
This plugin allows you to use a phpBB3 database as theauthentication store for Trac.
This plugin is sponsored byCobra.
Existing bugs and feature requests forPhpBbAuthPlugin arehere.
If you have any issues, create anew ticket.
defect | 3 / 5 | ||
---|---|---|---|
enhancement | 1 / 4 |
Download the zipped source fromhere.
Check outusing Subversion, orbrowse the source with Trac.
setup.py
file and build an egg:python setup.py bdist_egg
dist/
to theplugins
directory of the desired Trac environment.Enable the auth store by adding the following to yourtrac.ini
file:
[components]phpbbauth.main.PhpBBAuthStore=enabled
Set the phpBB database location:
[account-manager]phpbb_database=mysql://user:pass@host/databasepassword_store=PhpBBAuthStore
To use this, mysql-python is required which can be installed with pip from a command line:
pip install mysql-python
Author:pacopablo
Maintainer:none (needsadoption)
Contributors: