Disappointed by VerboseSecurity
Hello! I've just installed VerboseSecurity product to resolve problems with my site but it doesn't print anything really useful: Unauthorized: Your user account does not have the required permission. Access to 'title' of (DTMLDocument instance at 8fb4738) denied. Your user account, Anonymous User, exists at /acl_users. Access requires one of the following roles: ['Authenticated', 'Manager']. Your roles in this context are ['Anonymous']. (Also, an error occurred while attempting to render the standard error message.) But I want to know access to `title' of which DTML Document is denied. I have plenty of DTML Documents including each other and methods querying `title' property. :(( Eugene
On Fri, Aug 01, 2003 at 06:15:46PM +0400, Eugene Morozov wrote:
Hello! I've just installed VerboseSecurity product to resolve problems with my site but it doesn't print anything really useful:
Unauthorized: Your user account does not have the required permission. Access to 'title' of (DTMLDocument instance at 8fb4738) denied. Your user account, Anonymous User, exists at /acl_users. Access requires one of the following roles: ['Authenticated', 'Manager']. Your roles in this context are ['Anonymous']. (Also, an error occurred while attempting to render the standard error message.)
But I want to know access to `title' of which DTML Document is denied.
What else were you expecting? The above is quite a good start, isn't it? You what user you are, you know what roles you need to access the object, and you know that you don't have them here. Look in your document and its parent's folders to see which of them is not allowing Anonymous the View permission. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's GREASY GOOBERFLUGAL! (random hero from isometric.spaceninja.com)
participants (2)
-
Eugene Morozov -
Paul Winkler