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

Latest commit

 

History

History
38 lines (27 loc) · 1.12 KB

README.rst

File metadata and controls

38 lines (27 loc) · 1.12 KB

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).