Case Insensitive Authentication Backend
By enabling this backend: AUTHENTICATION_BACKENDS = ( 'path.to.my.backends.CaseInsensitiveModelBackend', ) Your users will now be able to log in with their username, no matter whether the letters are upper- or lower-case.
- auth
- case
- case-insensitive
- backend
- insensitive