Skip to main content

Yummy Email Or Username Insensitive Auth model backend for Django

Project description

Yummy Email Or Username Insensitive Auth model backend for Django

PyPI version Tests pre-commit.ci status codecov Maintainability Code style: black

Instructions

  1. pip install yeouia
  2. Add AUTHENTICATION_BACKENDS = ['yeouia.backends.YummyEmailOrUsernameInsensitiveAuth'] to your settings.py
  3. Enjoy

Requirements

Tested for

  • Python 3.8, 3.9, 3.10
  • Django 2.2+

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

yeouia-4.0.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Built Distribution

yeouia-4.0.0-py3-none-any.whl (4.5 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