GenericUserFolder authenticates but Zope rejects
Hi, I've set-up GUF on a sub-folder of a site. This is the initial stage of installation so I'm just testing that I can log in as jorge:secret. GUF authenticates jorge but I get a rejection by Zope saying I did not provide the correct username and password. Anonymous has no rights on the subfolder. So I allow Anonymous to have view rights: Zope rejects again saying I'm not authorized to access "title_or_id". What permissions have to be set? Any documentation on this? ------------------------------------------------------ Andres Corrada-Emmanuel Email: andres@corrada.com Owner http://www.corrada.com/mamey Mamey Phone: (413) 587-9595 ------------------------------------------------------
I bumped into something like this with UserDB. If you access an object that requires authentication directly (go to its url), the appropriate acl_users folder gets used (in my case, UserDB). However, if I attempted to access an object that requires no authentication, but which calls methods that are restricted, Zope seemd to only want to use the acl_users folder in the root directory of the zope install, or else superuser was the only user that worked, I can't remember which way it worked. At any rate, if you make the containing object require authentication, everything should work again. --sam Andres Corrada wrote:
Hi,
I've set-up GUF on a sub-folder of a site. This is the initial stage of installation so I'm just testing that I can log in as jorge:secret. GUF authenticates jorge but I get a rejection by Zope saying I did not provide the correct username and password. Anonymous has no rights on the subfolder. So I allow Anonymous to have view rights: Zope rejects again saying I'm not authorized to access "title_or_id". What permissions have to be set? Any documentation on this?
------------------------------------------------------ Andres Corrada-Emmanuel Email: andres@corrada.com Owner http://www.corrada.com/mamey Mamey Phone: (413) 587-9595 ------------------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org 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 )
participants (2)
-
Andres Corrada -
Sam Gendler