Metadata-Version: 2.1
Name: redturtle.auditlog
Version: 1.0.0
Summary: An add-on for Plone
Home-page: https://github.com/collective/redturtle.auditlog
Author: Mauro Amico
Author-email: mauro.amico@gmail.com
License: GPL version 2
Project-URL: PyPI, https://pypi.org/project/redturtle.auditlog/
Project-URL: Source, https://github.com/collective/redturtle.auditlog
Project-URL: Tracker, https://github.com/collective/redturtle.auditlog/issues
Keywords: Python Plone CMS
Classifier: Environment :: Web Environment
Classifier: Development Status :: 5 - Production/Stable
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.GPL
License-File: LICENSE.rst
Requires-Dist: setuptools
Requires-Dist: plone.api>=1.8.4
Provides-Extra: test
Requires-Dist: plone.app.testing; extra == "test"
Requires-Dist: plone.testing>=5.0.0; 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://img.shields.io/pypi/v/redturtle.auditlog.svg
    :target: https://pypi.org/project/redturtle.auditlog/
    :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/redturtle.auditlog.svg?style=plastic
    :target: https://pypi.org/project/redturtle.auditlog/
    :alt: Supported - Python Versions

.. image:: https://img.shields.io/pypi/dm/redturtle.auditlog.svg
    :target: https://pypi.org/project/redturtle.auditlog/
    :alt: Number of PyPI downloads

.. image:: https://img.shields.io/pypi/l/redturtle.auditlog.svg
    :target: https://pypi.org/project/redturtle.auditlog/
    :alt: License

.. image:: https://github.com/RedTurtle/redturtle.auditlog/actions/workflows/tests.yml/badge.svg
    :target: https://github.com/RedTurtle/redturtle.auditlog/actions
    :alt: Tests

.. image:: https://coveralls.io/repos/github/RedTurtle/redturtle.auditlog/badge.svg?branch=master
    :target: https://coveralls.io/github/RedTurtle/redturtle.auditlog?branch=master
    :alt: Coverage


==================
redturtle.auditlog
==================

Features
--------

- Log security related events in Plone:
    - [ ] Login
    - [ ] Logout
    - [ ] Password reset
    - [ ] Password change
    - [x] User creation
    - [x] User deletion
    - [x] User global role assignment
    - [x] User global role unassignment
    - [x] User local role assignment
    - [x] User local role unassignment
    - [x] User group creation
    - [x] User group deletion
    - [x] User group assignment
    - [x] User group unassignment
    - [x] Group role assignment
    - [x] Group role unassignments
    - [x] Group local role assignment
    - [x] Group local role unassignment


Contribute
----------

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


License
-------

The project is licensed under the GPLv2.


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

- Mauro Amico, mauro.amico@gmail.com


Changelog
=========


1.0.0 (2024-01-07)
------------------

- Initial release.
  [mamico]
