Makes it easier to manage the roles that show up on the 'sharing' page in Plone 3
Project description
Introduction
This package provides services for managing the roles shown on the ‘Sharing’ page in Plone.
Specifically, it provides a GenericSetup handler to export/import the available roles. The file should be called sharing.xml, and have the following format:
<sharing> <role id="CopyEditor" title="Can edit copy" permission="Manage portal" /> <sharing>
The id must match a role already installed (e.g. with rolemap.xml). The title is the name to be shown on the sharing page. The required_permission is optional. If given, the user must have this permission to be allowed to manage the particular role.
Changelog
1.0b1 - 2009-03-26
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Close
Hashes for collective.sharingroles-1.0b1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 089487067bebdfa379bb7a596729d127b83faa22c236ac0ca8a68510248665e8 |
|
MD5 | 0b0d8ce7ebe8e962d3e30f3094c15a05 |
|
BLAKE2b-256 | cf26be209479ae793d64f7c992e9d255b30ec11f400026e4e51afb6c0b5e1897 |