[Zope] unknown authentication requuirement
Bill Anderson
bill.anderson@libc.org
Tue, 27 Jul 1999 20:52:43 -0600
Bill Anderson wrote:
>
> Ok, after adding this code, my site insists upon authenticating anyone
> who accesses it. Without it, it works fine.
>
> Any ideas?
> What am I missing??
>
> ----------------------------------------------------------
> <!--#in "PARENTS[-1].objectValues(['Folder'])" -->
>
> <!--#if menu -->
>   <a href=<!--#var absolute_url-->> <!--#var title--> </a>
> <!--#/if -->
>
> <!--#/in-->
> ----------------------------------------------------------
>
> Bill
Oops i forgot something:
o It is running on Zope 2, with ZServer (CVS from a week ago or so, will
be updated over the next day or so...)
o menus is a property of the folder s I want to be listed
(just in case it wasn't obvious ;-) )