[[PageOutline(2-5,Contents,pullout)]] = phpBB Authentication with AccountManagerPlugin = == Description == Use a phpBB3 database as the authentication store for Trac == Bugs/Feature Requests == Existing bugs and feature requests for PhpBbAuthPlugin are [query:status!=closed&component=PhpBbAuthPlugin&order=priority here]. If you have any issues, create a [/newticket?component=PhpBbAuthPlugin&owner=pacopablo new ticket]. == Download and Source == Download the zipped source from [download:phpbbauthplugin here], check out [/svn/phpbbauthplugin using Subversion], or [source:phpbbauthplugin browse the source] with Trac. == Installation == * First make sure you have AccountManagerPlugin installed * Grab the source * Unpack the source * Change into the source directory that contains the `setup.py` file * Build an egg: {{{ #!sh python setup.py bdist_egg }}} * Copy the egg, found in `dist/` to the `plugins` directory of the desired trac environment == Configuration == Enable the auth store {{{ #!ini [components] phpbbauth.main.PhpBBAuthStore = enabled }}} Set the phpBB database location {{{ #!ini [account-manager] phpbb_database = mysql://user:pass@host/database password_store = PhpBBAuthStore }}} To use this, it requires mysql-python which can be installed with pip from a command line {{{ #!sh pip install mysql-python }}} == Recent Changes == [[ChangeLog(phpbbauthplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:pacopablo] [[BR]] '''Maintainer:''' ''none'' [[BR]] '''Contributors:''' [[BR]] '''Sponsored by [http://cobra-language.com Cobra]'''