Metadata-Version: 2.1
Name: modoboa-pdfcredentials
Version: 1.5.0
Summary: Generate PDF documents containing user credentials
Home-page: http://modoboa.org/
Author: Antoine Nguyen
Author-email: tonio@ngyn.org
License: MIT
Keywords: email
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 2.2
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Internet :: WWW/HTTP
License-File: LICENSE

PDF credentials for Modoboa
===========================

|gha| |codecov|

A simple `Modoboa <http://modoboa.org/>`_ extension which provides a
way to download PDF documents containing users credentials.

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

Install this extension system-wide or inside a virtual environment by
running the following command::

  $ python setup.py install

Then, edit the ``settings.py`` file of your modoboa instance and
add ``modoboa_pdfcredentials`` inside the ``MODOBOA_APPS`` variable
like this::

  MODOBOA_APPS = (
    # ...
    'modoboa_pdfcredentials',
  )

Restart the python process running modoboa (uwsgi, gunicorn, apache,
whatever).

Configuration
-------------

All the configuration is done from the admin panel (*Modoboa >
Parameters > PDF Credentials*).

.. |gha| image:: https://github.com/modoboa/modoboa-pdfcredentials/actions/workflows/plugin.yml/badge.svg
   :target: https://github.com/modoboa/modoboa-pdfcredentials/actions/workflows/plugin.yml
.. |codecov| image:: https://codecov.io/gh/modoboa/modoboa-pdfcredentials/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/modoboa/modoboa-pdfcredentials


