[Zope-CMF] [dev] MembershipTool: Permissions

Yuppie schubbe at web.de
Tue Sep 2 15:22:20 EDT 2003


Hi!


'Manage portal' protects many different methods. For a customer project 
I need a 'User Manager' Role that should not have access to all the 
other methods guarded by 'Manage portal'.

Would anybody mind if I replace
   _checkPermission(ManagePortal, self)
by
   _checkPermission('Manage users', self)

in MembershipTool.getRoster() and MembershipTool.createMemberarea() ?


If there are no objections or better ideas, I'll change this in cvs head.


Cheers,
	Yuppie





More information about the Zope-CMF mailing list