Just thought I'd chuck in my 2¢ ... in the use cases for the various controllers / actions, I'll define logical roles a user must have in order to perform the action / access the controller. Then, in the navigation menu, I simply check if the user has those roles to determine whether to display the relevant item or not ... I know its kind a low-tech, gets the job done, though :) Cheers, C
On Jun 30, 4:05 pm, Kirk Strauser <[email protected]> wrote: > I'm building a navigation system and only want to show actions that a user is > authorized to access. I've been digging around for that documentation but > can't seem to find it and would appreciate a pointer. > > BTW, does such a navigation system already exist? Surely so; I'm confident > I'm > not the first person wanting to do this. :-) > -- > Kirk Strauser --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

