Hello, who kann help me solving my Zope problem? The problem is: As super user in Zope I call the method "manage_addProduct/ASECampaigns/CampaignClass_factory" to create a new instance. Despite of my maximum privilegies there is the screen asking for user name und password. Even if I enter these two data again, the following message is appears: "You are not authorized to access this resource. Username and password are not correct. (Also, an error occurred while attempting to render the standard error message.)" The inquiry error_log results in: Exception traceback Time 2003/01/15 20:00:50.437 GMT+1 User Name (User Id) Anonymous User (None) As you can see, I am now a "Anonymous user". What's wrong? Can you give me an advice for establishing the right behaviour. Thank you to the aids Fritz
The Zope "super user" is not an equivalent of the Unix "su" In point of fact, the Zope super user has virtually no privileges at all. It exists primarily to create manager user accounts. Use it to create a manager user, log back in as manager and try again. HTH, Dylan At 03:05 AM 1/17/2003, you wrote:
Hello,
who kann help me solving my Zope problem? The problem is:
As super user in Zope I call the method "manage_addProduct/ASECampaigns/CampaignClass_factory" to create a new instance. Despite of my maximum privilegies there is the screen asking for user name und password. Even if I enter these two data again, the following message is appears:
"You are not authorized to access this resource. Username and password are not correct. (Also, an error occurred while attempting to render the standard error message.)"
The inquiry error_log results in:
Exception traceback Time 2003/01/15 20:00:50.437 GMT+1 User Name (User Id) Anonymous User (None)
As you can see, I am now a "Anonymous user". What's wrong? Can you give me an advice for establishing the right behaviour.
Thank you to the aids Fritz
_______________________________________________ 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 )
F. Troester wrote at 2003-1-17 12:05 +0100:
... As super user in Zope Hopefully, this is a "Manager" and not the so called "Emergency User" (which can not create objects besides user folders).
I call the method "manage_addProduct/ASECampaigns/CampaignClass_factory" to create a new instance. Despite of my maximum privilegies there is the screen asking for user name und password. Looks like a ZClass.
Is the permission "Create class instances" correctly mapped (--> "Permissions" tab)? Does the "factory" and "permissions" object for the ZClass exists (usually automatically created, when "create constructors" is checked). Verify the permission mapping of the "Create <yourClass> instances" permission in the root folders "Security" tab. Dieter
participants (3)
-
Dieter Maurer -
Dylan Reinhardt -
F. Troester