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 here. If you have any issues, create a new ticket.
Download and Source
Download the zipped source from here, check out using Subversion, or 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
[4041] by pacopablo on 07/20/08 01:08:46
- Fixes #3355 - Indeed the default prefix should have been lowercase. This is fixed in the applied patch. Thanks for the report and the suggestion.
[3560] by pacopablo on 04/26/08 11:19:06
Fixed session population on login.
[3558] by pacopablo on 04/25/08 22:08:00
Added session population functionality on login. updated setup.py keywords and added trove classifier
[3538] by pacopablo on 04/21/08 01:21:49
Released version 0.1 of phpBB Auth Plugin.
- Use users and passwords from phpBB for Trac authentication
- Initialize user sessions and email addresses based on phpBB data when visiting the "Users" page of Web Admin
