Allows to create a user and assign roles directly from the sharing tab. By Ecreall
Project description
Introduction
Allows to create a user and assign roles directly from the sharing tab for Plone >= 4.1. This can work with Plone 4.0.9 with plone.app.users > 1.0.6, < 1.1.x.
Content types have just to implement IAddNewUser.
Add to the configure.zcml of your policy module:
<include package="collective.local.adduser" /> <class class="my.package.content.MyContent.MyContent"> <implements interface="collective.local.adduser.interfaces.IAddNewUser" /> </class>
Changelog
1.1.1 (2012-08-03)
No failure if no role has been selected for new user.
1.1 (2012-06-29)
Added possibility to add new fields to the add user form.
1.0 (2011-09-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
Close
Hashes for collective.local.adduser-1.1.1.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc02fe59138d5abad10d5c1b1b917e1219e0d5f9d6a80d5e49fc9a81fc9c8622 |
|
MD5 | 192b8c9472fb409c6051ca031371d510 |
|
BLAKE2b-256 | 42c8ea7d5a273d496a53edbda9ccd3c19e9a5d724b235398199b148dfebecd34 |