Metadata-Version: 1.0
Name: collective.local.adduser
Version: 1.1
Summary: Allows to create a user and assign roles directly from the sharing tab. By Ecreall
Home-page: http://svn.plone.org/svn/collective/collective.local.adduser
Author: Vincent Fretin
Author-email: vincent.fretin@gmail.com
License: GPL
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 (2012-06-29)
        ----------------
        
        - Added possibility to add new fields to the add user form.
        
        
        1.0 (2011-09-29)
        ----------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
