Re: [Zope-dev] manage_ methods

2001-02-13 Thread Chris Withers

Dieter Maurer wrote:
 
   "manage_" methods are mapped to permissions (as are any other methods).
   You can decide which roles have which permissions.

What does the 'View management screens' permission protect?

cheers,

Chris

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] manage_ methods

2001-02-12 Thread Dieter Maurer

Chris Withers writes:
  Is it true that you have to have the Manager role to use any methods that start
  with manage_?
No.

  "manage_" methods are mapped to permissions (as are any other methods).
  You can decide which roles have which permissions.

  If you like, you can 'Anonymous' (or any other role) grant any
  permission.



Dieter

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] manage_ methods

2001-02-11 Thread Chris Withers

Hi again,

Is it true that you have to have the Manager role to use any methods that start
with manage_?

If so, that's pretty unhelpful, almost as unhelpful as the DocString limitation
:-(

cheers,

Chris

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



[Zope-dev] manage_ methods

2001-02-11 Thread Jon Franz

Nope!  the method calling the manage_* method can have proxy roles setup for
it 
so that it can call manage_* methods for users who do not have the
capability
to call that manage_* method.

Also, any user can be assigned access to the manage_* methods needed on a
particular
document/method/object by giving them the rights do what you need to do,
such as the Change Properties and Add properties rights (might also need the

manage_properties right, but I dont think so) via the security tab inside
Zope...

did this help?


Hi again,

Is it true that you have to have the Manager role to use any methods that
start
with manage_?

If so, that's pretty unhelpful, almost as unhelpful as the DocString
limitation
:-(

cheers,

Chris

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )



Re: [Zope-dev] manage_ methods

2001-02-11 Thread Chris Withers

Jon Franz wrote:
 
 Nope!  the method calling the manage_* method can have proxy roles setup for
 it
 so that it can call manage_* methods for users who do not have the
 capability
 to call that manage_* method.

That doesn't help if they want to use the methods directly ;-)

 Also, any user can be assigned access to the manage_* methods needed on a
 particular
 document/method/object by giving them the rights do what you need to do,
 such as the Change Properties and Add properties rights (might also need the
 
 manage_properties right, but I dont think so) via the security tab inside
 Zope...

I was slightly off first time. I think they may need the 'view management
screens' perimission, which isnt' quite as bad, but is still a little
superfluous...

cheers,

Chris

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )