A simple Modoboa extension which provides a way to download PDF documents containing users credentials.
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).
All the configuration is done from the admin panel (Modoboa > Parameters > PDF Credentials).