Hi Jason, 'am no py/TG expert... but wondering if the following is possible:
. create a base "user" class with a set of "base" actions . every time a user adds/registers oneself, or you do that, have an instance of that person's user class to be created . have that be added to an array of classes in Root() . that way's you may be able to templatize categories of users etc.. . and you default(...) can be used to capture new or unauth user accesses.... Unsure if this will work... /venkat --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

