Skip to main content

django-secure-passwords is a package that adds more password validation options as often required in large corporations

Project description

django-secure-passwords logo


Build Status Quality Gate Status Coverage Status Code style: black License: MIT

Todo

Installation

django-secure-passwords is currently available only on Blueshoe's Python Package Index.

pip3 install django-secure-passwords

Add "django-secure-passwords" to your INSTALLED_APPS:

INSTALLED_APPS = [
    "...",
    "securepasswords",
]

Usage

TODO prettify

Recommended: usage of AbstractBaseUser subclass as AUTH_USER_MODEL

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-secure-passwords-0.1.1.tar.gz (7.9 kB view hashes)

Uploaded Source

Built Distribution

django_secure_passwords-0.1.1-py3-none-any.whl (12.7 kB view hashes)

Uploaded 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