Metadata-Version: 1.1
Name: collective.mass_subscriptions
Version: 0.1.1
Summary: Give to Plone administrators a form where is possible to subscribe multiple users in a single operation
Home-page: http://plone.org/products/collective.mass_subscriptions
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: GPL
Description-Content-Type: UNKNOWN
Description: Introduction
        ============
        
        Subscribe a set of users taking from a CSV file all required data.
        
        Details
        -------
        
        With this product you can import in your Plone site a full set of users, providing a CSV
        file with all required and optional data. If your user's fieldset is customized you can also
        provide non-standards ones.
        
        The only required column is *username*. The *password* data, if not provided, will be
        generated randomly.
        
        You can send a notification message to those users, customizing the message text
        (for example: to give to users the account's email address).
        
        Add users to groups
        -------------------
        
        If you have powers to manage groups, you can also add all new users to one or more groups
        available.
        
        If you add a row named 'group' in the csv, the user will be added to that group.
        
        For example::
        
            email,username,fullname,group
            jim@email.com,jim,Jim My,TeamA
        
        Will add 'jim' to 'TeamA' group
        
        Authors
        =======
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.it/redturtle_banner.png
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.it/
        
        Changelog
        =========
        
        0.1.1 (2017-11-27)
        ------------------
        * When the CSV file has a row: group, the user is added to that group.
          [espenmn]
        
        
        0.1.0 (2012-03-08)
        ------------------
        
        * Initial release
        
Keywords: plone users plonegov subscription
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Plone :: 3.3
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Programming Language :: Python
