A Plone utility to make possible for non-manager users to handle specific groups and users
Project description
Introduction
Have you ever feel the need to give to normal (AKA non-manager) Plone member the power to manage a group?
Right now in Plone you can make this possible playin with the Manage users and Manage Groups permissions of the portal (also for Plone 2.5).
Even playing with those permissions is impossible is to limit the group on which a member (or group of members) can manage.
This products make something very dangerous: with a minimal configuration, a member of the Plone portal (or all members in a group) will be able to manage the users of a group overriding the basic portal security. You only need to go to the portal_properties tool of you portal and modifiy the new simple_groups_management_properties.
In the sgm_data section you need to inser a set of strings like
id1|group_id1 id2|group_id2 ...
where id1, id2 can be user or group ids. This mean that the member (or group) id1 will be able to act on the group_id1 members.
You can also insert a list of groups ids that will be never handled by this product in the sgm_never_managed_groups section.
The utility also react to the Add portal members permission. If the current user has this permission you will be able to add new portal members (so no security break for this).
Be aware!
This products override all normal Plone permissions noted above! This can create security black-holes in your portal!
Plone 2.5 support
This product is done to work with the old Plone 2.5 release also. To use it, copy the SimpleGroupsManagement in your Products section.
Similar product
Maybe is a good idea to check also collective.groupdelegation
TODO
By now the management form is well integrated with Plone 2.5 UI and more ugly on Plone3+. In future: drop Plone 2.5 support, or change this to be more pretty on Plone 3.
Don’t force the Manager to go in ZMI, but handle configuration from Plone UI.
Some portalMessage doesn’t work correctly.
Credits
Special thanks to Albert Pallas for beeing the locales-man.
Changelog
0.2.0
Albert Pallas provided internationalization support
Again Albert added catalan, spanish and french translations.
Added italian translation.
0.1.0
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
Built Distribution
File details
Details for the file Products.SimpleGroupsManagement-0.2.0beta.tar.gz
.
File metadata
- Download URL: Products.SimpleGroupsManagement-0.2.0beta.tar.gz
- Upload date:
- Size: 63.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 924a2f5ce7c2dda747998deb96a45feed708da76faabf1e3a152a6bc6998e882 |
|
MD5 | 3f51966e5cbae1589c77f31f7a58c54b |
|
BLAKE2b-256 | b6fa66cc9b33a064018b8201a36e7292be15dac1711cb5f6ea1e2eaa85a88a98 |
File details
Details for the file Products.SimpleGroupsManagement-0.2.0beta-py2.4.egg
.
File metadata
- Download URL: Products.SimpleGroupsManagement-0.2.0beta-py2.4.egg
- Upload date:
- Size: 27.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc5699d622b0e50c5453caa6ff5571e3e45d37828b171d053f88de006e445825 |
|
MD5 | 221d210b89ef59f1b8f949ad8057ef3e |
|
BLAKE2b-256 | 52523de9990e82f79d828ca6b6f1b16b62c7a5e805adcca6af298b189e9d6f53 |