[Zope] Authentication problem when accessing ZSQL method
Dieter Maurer
dieter@handshake.de
Mon, 25 Sep 2000 20:25:39 +0200 (CEST)
steve smith writes:
> I am experiencing great frustration when trying to implement a drop-down
> list based upon one of the how-tos I found on the Zope site. Whenever I try
> to 'view' the DTML method which references the ZSQL method, I am prompted to
> authenticate by my browser. I can't see anything in the security attributes
> for the SQL method which requires authentication, and I can 'test' the ZSQL
> method succesfully without requiring authentication.
You must grant the "use database methods" to "Annonymous".
Dieter