TurboGears Auth Store

Description

Plugin to use and existing TurboGears identity framework for account authentication. Require AccountManagerPlugin

Notes

  • The 0.10 branch should work, but is untested. Bug reports welcome
  • Having TG in a separate db should work, but is untested. Bug reports welcome

Bugs/Feature Requests

Existing bugs and feature requests for TgAuthPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Source

You can check out TgAuthPlugin from here 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 TG database location or the TG schema

[account-manager]
; If TurboGears is located in another database
tg_database = postgres://user:pass@host/database
; If TruboGears is just in a different PostgreSQL schema
; tg_schema = schemaname
password_store = TgAuthStore

Recent Changes

[3641] by pacopablo on 05/08/08 18:04:49

  • Remove print statement originally put in for debugging.

[3561] by pacopablo on 04/26/08 21:23:22

Remove unneccessary code that was commented out

[3559] by pacopablo on 04/26/08 05:09:20

Added trove classifier

[3557] by pacopablo on 04/26/08 04:29:19

Initial release. Will be only release of the 0.10 branch

Author/Contributors

Author: pacopablo
Contributors: