[Zope] Re: ZPT Equivalent for SecurityGetUser

Evan Simpson evan@4-am.com
Tue, 20 May 2003 18:28:21 -0500


Andreas Pakulat wrote:
> And my conversion looks like:
> 
> 	<span tal:condition="python: here.REQUEST['AUTHENTICATED_USER'] == 'Anonymous User'">

<span tal:condition="python:user.has_role(['Authenticated'])">

Cheers,

Evan @ 4-am