wiki:PhpBbAuthPlugin

Version 7 (modified by Rob Emanuele, 11 years ago) (diff)

--

phpBB Authentication with AccountManagerPlugin

Notice: This plugin is unmaintained and available for adoption.

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 [download:phpbbauthplugin here], check out using Subversion, or 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:
    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

[components]
phpbbauth.main.PhpBBAuthStore = enabled

Set the phpBB database location

[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

pip install mysql-python

Recent Changes

16564 by rjollos on 2017-05-01 01:39:50
Fix indentation
4041 by pacopablo on 2008-07-20 06: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 2008-04-26 16:19:06
Fixed session population on login.
(more)

Author/Contributors

Author: pacopablo
Contributors:
Sponsored by Cobra