Hello, Here's the answer: http://turbogears.org/2.0/docs/main/Auth/Authorization.html#controller-level-authorization
If you look into root.py, you'll find that RootController.secc is defined as an instance of SecureController (in secure.py). HTH. =Gustavo On Wednesday March 18, 2009 15:48:27 casibbald wrote: > Hi All, > > I would like to create multiple secure controllers, currently the > default secure controller creates a url as follows: > www.example.com/secc/myurl > > I would like to be able to have multiple secure controllers so I could > have something like: > > www.example.com/managehosts/myurl > www.example.com/manageenv/myurl > > I have not been able to find where the "secc" is defined in the > default secure.py controller. > > Please someone assist, as I have not been able to figure this out. > > Regards > > charles > > -- Gustavo Narea <xri://=Gustavo>. | Tech blog: =Gustavo/(+blog)/tech ~ About me: =Gustavo/about | --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

