Howdy Folks,

I'm a Zope newbie (5 days and counting).

I am trying to use this method called objectList:

 <ul>
   <dtml-in objectValues>
     <li><dtml-var id></li>
   </dtml-in>
 </ul>

I've put it in the standard_html_header.

When I try looking at the root page (http://john:8080) I have to provide
authentication before the page will display.

How can I alter the permissions so that an anonymous user doesn't
have to log in?

Thanks in advance!

John

-- 
/====================================================================\
| John Voth       Mobiltex Data Ltd.Calgary, Alberta,Canada, T1Y-4T7 |
| [EMAIL PROTECTED]     403-291-2770, 403-259-6795 (fax)            |
\====================================================================/

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to