wiki:TgAuthPlugin

Version 3 (modified by John Hampton, 16 years ago) (diff)

Release version 0.1

TurboGears Auth Store

Notice: This plugin is unmaintained and available for adoption.

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 [download:tgauthplugin 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 2008-05-08 16:04:49
  • Remove print statement originally put in for debugging.
3561 by pacopablo on 2008-04-26 19:23:22
Remove unneccessary code that was commented out
3559 by pacopablo on 2008-04-26 03:09:20
Added trove classifier
(more)

Author/Contributors

Author: pacopablo
Contributors: