[Zope] Re: AUTHENTICATED_USER?

Andrey V Khavryutchenko akhavr@compchem.kiev.ua
12 Jan 2000 21:14:39 +0200


Hi, Guy! 

>>>>> "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

-- 
SY, Andrey V Khavryutchenko  http://www.kbi.kiev.ua/~akhavr
Software & SPI Engineer      Visit my site

Shick's Law:
	There is no problem a good miracle can't solve.