Skip to main content

A Django auth backend that works with email or username

Project description

Yummy Email Or Username Insensitive Auth model backend for Django

Build Status Coverage Status

Instructions

  • pip install django-yeouia
  • Add AUTHENTICATION_BACKENDS = ['yeouia.backends.YummyEmailOrUsernameInsensitiveAuth'] to your settings.py
  • Enjoy

Requirements

Tested for

  • Python 3.4, 3.5, 3.6, 3.7
  • Django 2.0, 2.1

May work otherwise, but you should run tests :P

Case Insensitive ?

Django's default auth username is not case insensitive. (See #2273 and #25617)

But… Who cares ?

This backend tries:

  1. username, case sensitive
  2. username, case insensitive
  3. email, case insensitive

And follows #20760.

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-yeouia-2.0.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

django_yeouia-2.0.0-py3-none-any.whl (3.4 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