= 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 == * Grab the source * Unpack the source * Change into the source directory that contains the `setup.py` file * Build an egg: {{{ python setup.py bdist_egg }}} * Copy the egg, found in `dist/` to the `plugins` directory of the desired trac environment == Configuration == Set the phpBB database location {{{ [account-manager] phpbb_database = mysql://user:pass@host/database password_store = PhpBbAuthStore }}} == Recent Changes == [[ChangeLog(phpbbauthplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:pacopablo] [[BR]] '''Contributors:''' [[BR]] '''Sponsored by [http://cobra-language.com Cobra]'''