Turning off authentication for a zpt page
Hello, I'm using a Zope product called OpenFlowEditor and I modified one of its .zpt pages (view_process.zpt). All is well, except that I now want to allow Anonymous users to view this zpt page. I tried doing so by checking the "Anonymous" checkbox for the "View" privilege in http://myserver/OpenFlowEditor/view_process/manage_access , but still no success. Am still being asked for a username and password. Any idea on how to get this working ? Regards, Danny
Sinang, Danny wrote:
Hello,
I'm using a Zope product called OpenFlowEditor and I modified one of its .zpt pages (view_process.zpt).
All is well, except that I now want to allow Anonymous users to view this zpt page.
I tried doing so by checking the "Anonymous" checkbox for the "View" privilege in http://myserver/OpenFlowEditor/view_process/manage_access , but still no success. Am still being asked for a username and password.
Any idea on how to get this working ?
Regards, Danny
Did you also check "Access Contents Information"?
Sinang, Danny wrote at 2006-9-15 17:17 +0800:
I'm using a Zope product called OpenFlowEditor and I modified one of its .zpt pages (view_process.zpt).
All is well, except that I now want to allow Anonymous users to view this zpt page.
I tried doing so by checking the "Anonymous" checkbox for the "View" privilege in http://myserver/OpenFlowEditor/view_process/manage_access , but still no success. Am still being asked for a username and password.
Activate "verbose-security". For for the corresponding comment in your Zope configuration file and follow the advice your find there. -- Dieter
participants (3)
-
David H -
Dieter Maurer -
Sinang, Danny