[[PageOutline(2-5,Contents,pullout)]] = !TurboGears Auth Store == Description This plugin uses an existing [http://turbogears.org/ TurboGears] identity framework for account authentication in Trac. Requires AccountManagerPlugin to work. === 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 [report:9?COMPONENT=TgAuthPlugin here]. If you have any issues, create a [/newticket?component=TgAuthPlugin new ticket]. [[TicketQuery(component=TgAuthPlugin&group=type,format=progress)]] == Download Download the zipped source from [export:tgauthplugin here]. == Source You can check out TgAuthPlugin from [/svn/tgauthplugin here] using Subversion, or [source:tgauthplugin browse the source] with Trac. == Installation * Grab and unpack the source. * Change into the source directory that contains the `setup.py` file and build an egg: {{{#!sh python setup.py bdist_egg }}} * Copy the egg, found in `dist/` to the `plugins` directory of the desired Trac environment. == Configuration Set the !TurboGears database location or the !TurboGears schema in your `trac.ini` file: {{{#!ini [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 [[ChangeLog(tgauthplugin, 3)]] == Author/Contributors '''Author:''' [wiki:pacopablo] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''