[ Help ] Management with user without Manager-role, but all the permissions
Hi, this is a problem that I seem to stumble and don't find a solution. I have a user with a role, that has actually all the roles set in the Management screens. User gets into the management screens, but can't for example edit Images or Files - even though he has permissions to do so. When clicking image in ZMI user gets to see the Image, not the manage_edit - screen. Wtf? Zope version is 2.3.2 -huima
this could be a browser problem. some browsers have problems with the ZMI, most notably some versions of IE. make sure you have the latest version, in case you use IE. jens On Tuesday, October 30, 2001, at 06:27 , Heimo Laukkanen wrote:
Hi,
this is a problem that I seem to stumble and don't find a solution.
I have a user with a role, that has actually all the roles set in the Management screens. User gets into the management screens, but can't for example edit Images or Files - even though he has permissions to do so. When clicking image in ZMI user gets to see the Image, not the manage_edit - screen.
Wtf?
Zope version is 2.3.2
-huima
Jens Vagelpohl wrote:
this could be a browser problem. some browsers have problems with the ZMI, most notably some versions of IE. make sure you have the latest version, in case you use IE.
*dough* Tested it with Opera too and worked. What creates these problems with IE - meaning is it something just to blame MS or is it something that can and/or will be fixed in Zope? I just noticed that with one application I seem to get 'Name Error' with IE too - while other browsers work fine. In the application a product is created with form and id for the product is taken from REQUEST['id']. Somehow IE screws it up... -huima
i'm not sure about the NameError you're seeing, but the other symptom has to do with whether a browser sends authentication info or not if it has the credentials stored but the site does not explicitly ask for them. some ZMI screens do not explicitly ask for this authentication info but will return something "harmless" if that info is not sent along with the request. IIRC the latest versions of zope now do challenge for authentication on all screens so that the problem should be gone in those. jens On Tuesday, October 30, 2001, at 07:49 , Heimo Laukkanen wrote:
Jens Vagelpohl wrote:
this could be a browser problem. some browsers have problems with the ZMI, most notably some versions of IE. make sure you have the latest version, in case you use IE.
*dough* Tested it with Opera too and worked.
What creates these problems with IE - meaning is it something just to blame MS or is it something that can and/or will be fixed in Zope? I just noticed that with one application I seem to get 'Name Error' with IE too - while other browsers work fine. In the application a product is created with form and id for the product is taken from REQUEST['id']. Somehow IE screws it up...
-huima
participants (2)
-
Heimo Laukkanen -
Jens Vagelpohl