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