Skip to main content

Django module meant to allow django users to keep a history of their previously used passwords.

Project description

Django Password History

Status GitHub Issues GitHub Pull Requests License


Django module meant to allow django users to keep a history of their previously used passwords.

📝 Table of Contents

About

Django module meant to allow django users to keep a history of their previously used passwords.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

The only prerequisite to installing django-password-history is having django 2 installed.

Django 2

Installing

The installation process for django password history is very simple. Start by running the following command to install the package.

pip install django-password-history

End with an example of getting some data out of the system or using it for a little demo.

🔧 Running the tests

The test suite for this package is a work in progress. The initial sample test can be run by using the following command.

coverage run --source django_password_history runtests.py

Usage

In order to use the system you must add django_password_history to your installed apps.

INSTALLED_APPS = [
    'django_password_history'
]

Built Using

Authors

  • David Graves - Working on behalf of Lender's Cooperative
  • Roderick Smith - Working on behalf of Lender's Cooperative

Acknowledgements

  • Inspiration
  • References

History

1.0.0 (2021-06-21) ++++++++++++++++++

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-password-history-1.0.0.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

django_password_history-1.0.0-py2.py3-none-any.whl (9.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page