Horst Herb schrieb: > On Monday 18 June 2007 16:52, Chris Miles wrote: >> Have a look at >> http://docs.turbogears.org/1.0/IdentityManagement > > Reading that I have the impression that this is just for bypassing a login > screen for the built in user/group permissions system, and NOT a method to > gather connection information for the database login of turbogears (the > information in xxx.cfg). But I need the latter.
If I understand you correctly, you want to use different database connections authenticated with different database users? Then you'll have to manage the database connections yourself. TG only uses one (pool of) database connection(s) with a single database user by default. Are you using an ORM (SQLObject or SQLALchemy) or are you interfacing with the db directly via psycopg? Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

