I know this is easy but still i dont know how to do it! Ok here goes, I want to make a folder public to outsider (only for viewing the objects in it). but Zope asks for name and password. What changes should i make in the security to make it public. Sanju. __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com
sanjeev c s writes:
... I want to make a folder public to outsider (only for viewing the objects in it). but Zope asks for name and password. You may need to grant both "View" and "Access contents information" to "Anonymous".
When your objects need objects from outside the folder, then these objects grant "View" and "Access contents information" to "Anonyous". If the problem persists, abort the login request. You should then see an error page telling you which object can not be accessed. Check the permissions for that object. Dieter
participants (2)
-
Dieter Maurer -
sanjeev c s