Changes between Version 8 and Version 9 of PhpBbAuthPlugin


Ignore:
Timestamp:
May 9, 2015, 4:40:47 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • PhpBbAuthPlugin

    v8 v9  
    11[[PageOutline(2-5,Contents,pullout)]]
    2 = phpBB Authentication with AccountManagerPlugin =
    32
    4 == Description ==
     3= phpBB Authentication with AccountManagerPlugin
    54
    6 Use a phpBB3 database as the authentication store for Trac
     5== Description
    76
    8 == Bugs/Feature Requests ==
     7This plugin allows you to use a phpBB3 database as the authentication store for Trac.
     8
     9This plugin is sponsored by [http://cobra-language.com Cobra].
     10
     11== Bugs/Feature Requests
    912
    1013Existing bugs and feature requests for PhpBbAuthPlugin are
    11 [query:status!=closed&component=PhpBbAuthPlugin&order=priority here]. If you have any issues, create a
     14[query:status!=closed&component=PhpBbAuthPlugin&order=priority here].
     15
     16If you have any issues, create a
    1217[/newticket?component=PhpBbAuthPlugin&owner=pacopablo new ticket].
    1318
    14 == Download and Source ==
     19[[TicketQuery(component=PhpBbAuthPlugin&group=type,format=progress)]]
     20
     21== Download and Source
    1522
    1623Download the zipped source from [download:phpbbauthplugin here], check out [/svn/phpbbauthplugin using Subversion], or [source:phpbbauthplugin browse the source] with Trac.
    1724
    18 == Installation ==
     25== Installation
    1926
    2027 * First make sure you have AccountManagerPlugin installed
     
    2936 * Copy the egg, found in `dist/` to the `plugins` directory of the desired trac environment
    3037
    31 == Configuration ==
     38== Configuration
    3239
    33 Enable the auth store
     40Enable the auth store by adding the following to your `trac.ini` file:
    3441
    35 {{{
    36 #!ini
     42{{{#!ini
    3743[components]
    3844phpbbauth.main.PhpBBAuthStore = enabled
    3945}}}
    4046
    41 Set the phpBB database location
     47Set the phpBB database location:
    4248
    43 {{{
    44 #!ini
     49{{{#!ini
    4550[account-manager]
    4651phpbb_database = mysql://user:pass@host/database
     
    4853}}}
    4954
    50 To use this, it requires mysql-python which can be installed with pip from a command line
     55To use this, it requires mysql-python which can be installed with pip from a command line:
    5156
    52 {{{
    53 #!sh
     57{{{#!sh
    5458pip install mysql-python
    5559}}}
    5660
    57 == Recent Changes ==
     61== Recent Changes
    5862
    5963[[ChangeLog(phpbbauthplugin, 3)]]
    6064
    61 == Author/Contributors ==
     65== Author/Contributors
    6266
    6367'''Author:''' [wiki:pacopablo] [[BR]]
    6468'''Maintainer:''' ''none'' [[BR]]
    6569'''Contributors:''' [[BR]]
    66 '''Sponsored by [http://cobra-language.com Cobra]'''