[Zope] Re: AUTHENTICATED_USER?
Borno Janekovic
Borno.Janekovic@gmx.de
Thu, 13 Jan 2000 09:34:13 +0100 (MET)
A new question on the old one.
Is it possible to set the object value of AUTHENTICATED_USER.
The Dokumentation says it is not possible.
Something like
<dtml-call "REQUEST.set('AUTHENTICATED_USER','new_user')">
where new_user is a User from the User_Folder.
Borno
>>>>> "GD" == Guy Davis writes:
GD> <dtml-if "AUTHENTICATED_USER == 'Anonymous User'" >
Use
<dtml-if "_.str(AUTHENTICATED_USER)=='Anonymous User'">
AUTHENTICATED_USER is an object, not just a string
--
Sent through Global Message Exchange - http://www.gmx.net