Metadata-Version: 2.1
Name: acentoweb.addusergroup
Version: 1.0
Summary: Adds new users automatically to groups
Home-page: https://github.com/collective/acentoweb.addusergroup
Author: Espen Moe-Nilssen
Author-email: espen@medialog.no
License: GPL version 2
Project-URL: PyPI, https://pypi.python.org/pypi/acentoweb.addusergroup
Project-URL: Source, https://github.com/collective/acentoweb.addusergroup
Project-URL: Tracker, https://github.com/collective/acentoweb.addusergroup/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.2
Classifier: Framework :: Plone :: 6.0
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: >=3.7
License-File: LICENSE
License-File: LICENSE.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: z3c.jbot
Requires-Dist: plone.api
Requires-Dist: plone.app.dexterity
Requires-Dist: medialog.controlpanel
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.testing>=5.0.0; extra == "test"
Requires-Dist: plone.app.contenttypes; extra == "test"
Requires-Dist: plone.app.robotframework[debug]; extra == "test"

.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
   If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
   This text does not appear on pypi or github. It is a comment.

.. image:: https://github.com/collective/acentoweb.addusergroup/actions/workflows/plone-package.yml/badge.svg
    :target: https://github.com/collective/acentoweb.addusergroup/actions/workflows/plone-package.yml

.. image:: https://coveralls.io/repos/github/collective/acentoweb.addusergroup/badge.svg?branch=main
    :target: https://coveralls.io/github/collective/acentoweb.addusergroup?branch=main
    :alt: Coveralls

.. image:: https://codecov.io/gh/collective/acentoweb.addusergroup/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/collective/acentoweb.addusergroup

.. image:: https://img.shields.io/pypi/v/acentoweb.addusergroup.svg
    :target: https://pypi.python.org/pypi/acentoweb.addusergroup/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/status/acentoweb.addusergroup.svg
    :target: https://pypi.python.org/pypi/acentoweb.addusergroup
    :alt: Egg Status

.. image:: https://img.shields.io/pypi/pyversions/acentoweb.addusergroup.svg?style=plastic   :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/l/acentoweb.addusergroup.svg
    :target: https://pypi.python.org/pypi/acentoweb.addusergroup/
    :alt: License


======================
acentoweb.addusergroup
======================

Adds new users automatically to groups

Features
--------

- Adds settings to the medialog control panel
- the Group settings will add all users to these groups on login

 


Installation
------------

Install acentoweb.addusergroup by adding it to your buildout::

    [buildout]

    ...

    eggs =
        acentoweb.addusergroup


and then running ``bin/buildout``


Authors
-------

Espen Moe-Nilssen

 


Contribute
----------

- Issue Tracker: https://github.com/collective/acentoweb.addusergroup/issues
- Source Code: https://github.com/collective/acentoweb.addusergroup
- Documentation: https://docs.plone.org/foo/bar


Support
-------

If you are having issues, please let us know.
We have a mailing list located at: project@example.com


License
-------

The project is licensed under the GPLv2.


Contributors
============

- Espen Moe-Nilssen, espen@medialog.no


Changelog
=========


1.0a1 (unreleased)
------------------

- Initial release.
  [espenmn]
