Skip to main content

Allows to create a group from the sharing tab. By Ecreall

Project description

Allows to create a group and assign roles directly from the sharing tab for Plone 4. Tested on Plone 4.1.

Content types have just to implement IAddNewGroup to have the functionnality. Also provides a dexterity behaviour.

If you want to enable it for Folder, you only have to add to your buildout.cfg:

[instance]
zcml =
    ...
    collective.local.addgroup

If you don’t want the functionality for Folder, but on your own content type, add to the configure.zcml of your policy module:

<include package="collective.local.addgroup" file="minimal.zcml" />
<class class="my.package.content.MyContent.MyContent">
   <implements interface="collective.local.addgroup.interfaces.IAddNewGroup" />
</class>

If you just want this for a dexterity content type, you just have to activate the behaviour.

The user need to LOCALLY have the “Add Groups” permission to add a new group and “Manage users” to add and remove users from the listed groups.

Add group to local list

The site manager can add groups from sharing table to locally managed groups list. So then the user with local permissions can manage the group himself. We don’t give this feature to local managers to avoid privilege escalation. Changelog =========

1.1 (2013-04-05)

  • Add group to list feature is restricted to managers only. [thomasdesvenain]

  • Now we have a dexterity behaviour. [thomasdesvenain]

  • Group management form opens in an overlay. [thomasdesvenain]

  • Works under Plone 4.3. [thomasdesvenain]

1.0 (2012-06-29)

  • Initial release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.local.addgroup-1.1.zip (28.4 kB view details)

Uploaded Source

File details

Details for the file collective.local.addgroup-1.1.zip.

File metadata

File hashes

Hashes for collective.local.addgroup-1.1.zip
Algorithm Hash digest
SHA256 95ba8b03c269b790dc495e00b46521a9321aec890bdf7e525788d1f0a19dd390
MD5 f2e23bba6a1eb874918c9609ff4fa601
BLAKE2b-256 6541485f3cb9235d63737cabc8bc752bb6c8e743080d1fa5ea1e22a7d786b217

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page