kotti-group-manager

An add-on for Kotti that helps to manage groups


Keywords
kotti, web, cms, wcms, pylons, pyramid, sqlalchemy, bootstrap, group
License
Other
Install
pip install kotti-group-manager==0.1.1.dev0

Documentation

kotti_group_manager

This is an extension to Kotti that helps admin users to manage groups and users.

Features

  • Allow groups and group pages to be created from email domains of new users if enabled.

https://preview.ibb.co/frhUUz/Welcome_to_Kotti_Kotti_1.gif

pypi downloads_month license build_status_stable

Find out more about Kotti

Development happens at https://github.com/Collective-Kotti/kotti_group_manager

Setup

To enable the extension in your Kotti site, activate the configurator:

kotti.configurators =
    kotti_group_manager.kotti_configure

Database upgrade

If you are upgrading from a previous version you might have to migrate your database. The migration is performed with alembic and Kotti's console script kotti-migrate. To migrate, run kotti-migrate upgrade --scripts=kotti_group_manager:alembic.

For integration of alembic in your environment please refer to the alembic documentation. If you have problems with the upgrade, please create a new issue in the tracker.

Development

build_status_master

Contributions to kotti_group_manager are highly welcome. Just clone its Github repository and submit your contributions as pull requests.