Skip to main content

Allows authentication with either a username or an email address.

Project description

This package allows to authenticate a user with either a username or an email address. It overrides Django authenticate method, so it should work in almost any case of use, without touch anything else. For support and aditional documentation, in case you need it, please visit our Github repository .

Installation

Run

pip install django-dual-authentication

Then, add this line to your settings.py

AUTHENTICATION_BACKENDS = [‘django-dual-authentication.backends.DualAuthentication’]

Supported versions

  • Python >= 2.7

  • Django >= 1.5

Changelog

0.4

  • Fixed bug where usernames containing ‘@’ can only login using email.

  • Fixed testproject.

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-dual-authentication-0.4.0.tar.gz (1.4 kB view hashes)

Uploaded Source

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