I think you'd have to look at creating a custom identity management module and tell your TG app to use your module for user identity/ authentication instead of the default. This has been done for using LDAP directories for authentication, for example.
Have a look at http://docs.turbogears.org/1.0/IdentityManagement Cheers CM On 17 Jun 2007, at 12:20, Horst Herb wrote: > > I have a legacy database with sophisticated user/group permission > system > implemented on the backend (Postgres) > > I want to use Turbogears to implement a browser frontend to that > database > > How do I manage the login per user in Turbogears (instead of having > to provide > the login information in the cfg files)? > > Thanks for any hints - many hours of googling and reading the > documentation > yielded nothing so far > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

