Skip to main content

No project description provided

Project description

travis codacy coverage pypi

Django’s auth.User model uses a username field to uniquely identify a user. django-simple-authentication uniquely identifies users with an email address instead, removing the username field altogether.

Additionally, django-simple-authentication offers a feature that forces users to change their password the next time they log in. This can be done by setting simple_authentication.User.force_password_change to True. The ForcePasswordChangeMiddleware must be installed for this feature to work properly.

Quick-start

  1. Install: pip install django-simple-authentication.

  2. Add: simple_authentication to INSTALLED_APPS.

  3. Add: AUTH_USER_MODEL = 'simple_authentication'.

  4. Add: simple_authentication.middleware.ForcePasswordChanceMiddleware to MIDDLEWARE.

  5. Make migrations: python manage.py makemigrations simple_authentication.

  6. Apply migrations: python manage.py migrate simple_authentication.

Compatibility

django_simple_authentication has been tested on Django versions >= 2.0. It may work without issue on earlier versions of Django (or Python), but this is not officially supported.

Changelog

Version

Description

0.1.1

Ensure migrations are excluded from the PyPI distribution.

0.1

Initial version.

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-simple-authentication-0.1.1.tar.gz (8.3 kB view details)

Uploaded Source

File details

Details for the file django-simple-authentication-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-simple-authentication-0.1.1.tar.gz
Algorithm Hash digest
SHA256 fc1008b19e348d6635848604ee3aa8bd1bf8d2839660e65ff6d8d1443611f5dd
MD5 9030108901b7cc25af0dd9e7e74110d6
BLAKE2b-256 dfe8a8d2d0327b3f2c3d9a27bfa9c95cb1b6a8495606337c5dcb854df795408e

See more details on using hashes here.

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