Skip to content

Generate PDF documents containing account credentials

License

Notifications You must be signed in to change notification settings

BundesIT/modoboa-pdfcredentials

 
 

Repository files navigation

PDF credentials for Modoboa

travis codecov Code Health

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

About

Generate PDF documents containing account credentials

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%