Movatterモバイル変換


[0]ホーム

URL:


Trac Hacks
wiki:PhpBbAuthPlugin

Context Navigation


Contents

  1. Description
  2. Bugs/Feature Requests
  3. Download
  4. Source
  5. Installation
  6. Configuration
  7. Recent Changes
  8. Author/Contributors

phpBB Authentication withAccountManagerPlugin

Notice: This plugin is unmaintained and availableforadoption.

Description

This plugin allows you to use a phpBB3 database as theauthentication store for Trac.

This plugin is sponsored byCobra.

Bugs/Feature Requests

Existing bugs and feature requests forPhpBbAuthPlugin arehere.

If you have any issues, create anew ticket.

defect

3 / 5

enhancement

1 / 4

Download

Download the zipped source fromhere.

Source

Check outusing Subversion, orbrowse the source with Trac.

Installation

  • As a prerequisite,AccountManagerPlugin must be installed.
  • Grab and unpack the source.
  • Change into the source directory that contains thesetup.py file and build an egg:
    python setup.py bdist_egg
  • Copy the egg, found indist/ to theplugins directory of the desired Trac environment.

Configuration

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

Recent Changes

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

Author/Contributors

Author:pacopablo
Maintainer:none (needsadoption)
Contributors:

Last modified9 years agoLast modified on Nov 9, 2015, 3:03:32 PM

Download in other formats:


Trac Powered

Powered byTrac 1.2.6
ByEdgewall Software.


[8]ページ先頭

©2009-2025 Movatter.jp