[Zope] Getting anonymous permissions

J. Atwood jatwood@bwanazulia.com
Wed, 28 Jun 2000 09:01:45 -0400


This should be easy, but has me a little confused.

to get a an AUTHENTICATED_USER permission I use...

<dtml-if "AUTHENTICATED_USER.has_permission('Permission Name', '')">

	Do something

</dtml-if>

But how do I test to see if ANONYMOUS has a permission?

Thanks,
J