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.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
collective.local.adduser-1.0.zip
(11.1 kB
view hashes)
Close
Hashes for collective.local.adduser-1.0.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7ffbec7c157e8792ac533b09e693fb600c685bb8216566ec9fad63b70bcc0782 |
|
MD5 | e9da4db656dcfbdc5d0f81773284cb47 |
|
BLAKE2b-256 | f6599c5c17ff954de58a3cf621119ec831d0a17787f697410e9d456a7fa7eeaf |