RE: [Zope] GenericUserFolder authenticates but Zope rejects
Gotta be a permissions issue.... or do you have two instances of any kind of user folder? That is, is the GUF in the subdirectory and is a regular User Folder in the root?
Chris McDonough wrote:
Does the document that you're trying to point jorge to have standard_html_header and standard_html_footer? If so, try
taking them
out and authenticating again....
Yup, that works Chris. But doesn't that violate the concept of acquisition? If jorge can see the root folder's standard_html_header at root level, why can't he see it after authenticating in a sub-folder?
Chris McDonough mailto:chrism@digicool.com Digital Creations http://www.digicool.com Publishers of Zope http://www.zope.org
Chris McDonough wrote:
Gotta be a permissions issue.... or do you have two instances of any kind of user folder? That is, is the GUF in the subdirectory and is a regular User Folder in the root?
Yes I have a regular user folder in the root and a GUF folder in the subfolder I want to restrict access to. I have also regressed in my authentication attempts and cannot get authentication to work right. I've tried playing with "Access...", "Can Login...", and "View" in different permutations and it doesn't work right. Either GUF authenticates "jorge:secret" and Zope denies or there is no authentication. Can someone share their security settings? ------------------------------------------------------ Andres Corrada-Emmanuel Email: andres@corrada.com Owner http://www.corrada.com/mamey Mamey Phone: (413) 587-9595 ------------------------------------------------------
participants (2)
-
Andres Corrada -
Chris McDonough