= !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 [report:9?COMPONENT=TgAuthPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TgAuthPlugin&owner=pacopablo new ticket]. == Download == Download the zipped source from [download:tgauthplugin here]. == Source == You can check out TgAuthPlugin from [http://trac-hacks.org/svn/tgauthplugin here] using Subversion, or [source:tgauthplugin 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 == [[ChangeLog(tgauthplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:pacopablo] [[BR]] '''Contributors:'''