How to create a Plone 4 group who's sole purpose is to manage users?
问题 I'm trying to set up a Plone group ( Plone 4.0.7 ) that will be responsible purely for creating and amending users. I don't want them to have full admin access to the site, purely to the Users and Groups functionality. I have created a role in my.package/profiles/default/rolemap.xml like so: <role name="Maintain Users" /> and then added a permission thus: <permission name="Manage users" acquire="false"> <role name="Maintain Users" /> <role name="Manager" /> </permission> In my.package