Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

modoboa/modoboa-pdfcredentials

Repository files navigation

PDF credentials for Modoboa

gha codecov

A simple Modoboa 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).