Re: [Zope] How to get authentiedcated user name in pythong method?

2000-11-23 Thread Chalu Kim
look LoginManager.py under Products/LoginManager to look for how it is refered and figure it out? Dirksen wrote: How can I do that just as dtml-var "AUTHENTICATED_USER.getUserName()" in dtml? I don't want to pass AUTHENTICATED_user as a parameter. A hint please. cheers Dirksen

[Zope] How to get authentiedcated user name in pythong method?

2000-11-22 Thread Dirksen
How can I do that just as dtml-var "AUTHENTICATED_USER.getUserName()" in dtml? I don't want to pass AUTHENTICATED_user as a parameter. A hint please. cheers Dirksen __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products.

Re: [Zope] How to get authentiedcated user name in pythong method?

2000-11-22 Thread Phil Harris
self.REQUEST.AUTHENTICATED_USER.getUserName() - Original Message - From: "Dirksen" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 23, 2000 1:33 AM Subject: [Zope] How to get authentiedcated user name in pythong method? | How can I do that just a