Metadata-Version: 1.1
Name: Products.cooptation
Version: 1.4
Summary: Product to coopt new members for Plone. By Ecreall.
Home-page: https://svn.ecreall.com/public/Products.cooptation
Author: Vincent Fretin and Michael Launay
Author-email: development@ecreall.com
License: GPL
Description: Introduction
        ============
        
        This module allows a user to ask an administrator to create an account
        for an other user
        Changelog
        =========
        
        1.4 (2013-03-27)
        ----------------
        
        - Changed title of done state from Done to Accepted.
          [vincentfretin]
        
        - Added a "welcome message" field. The paragraph is inserted into the mail sent 
          to the user if the cooptation is accepted. The user now know who asked
          the account creation.
          [vincentfretin]
        
        
        1.3 (2012-06-20)
        ----------------
        
        - Save additional properties on cooptation object that will be set on the
          created user.
          Properties defined in additional_memberdata.pt should get the value
          from the context and fallback to the request and then on member property.
          [vincentfretin]
        
        
        1.2.1 (2011-12-22)
        ------------------
        
        - Added use-macro password_notification_bottom to
          cooptation_password_notification mail, so you can add some paragraphs to the
          mail by adding a cooptation_macros.pt file in your own addon.
          [vincentfretin]
        
        
        1.2 (2011-09-22)
        ----------------
        
        - Remove Copy or Move permission for everyone on portal_cooptations,
          this actually remove the copy action from the menu on a cooptation.
          [vincentfretin]
        
        - Added workspace and role hidden fields to cooptation. A new @@addcooptation
          use those new fields. The created user is added to a group for the
          specified role on the workspace.
          Added a "go back" link if workspace field exist.
          [vincentfretin]
        
        - Fixed cooptation edit template for Plone 4.
          [vincentfretin]
        
        
        1.1 (2010-10-22)
        ----------------
        
        - Use site name in user creation notification email.
        
        1.0.17 (2009-05-06)
        -------------------
        
        - Initial release
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
