On 3/29/06, Baruch <[EMAIL PROTECTED]> wrote: > I found this to be a problem of how I fetched the identity information. > In order to save typing I had at the start: > > import sitetemplate, cherrypy > identity = cherrypy.request.identity > > This saved the identity of the start user for all further accessess. > I've switched to get it by a function that returns the full name.
That makes sense. This was basically setting a module-level variable in the template at import time. Kevin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

