Comment 1 for bug 1476255

Revision history for this message
Natalia Bidart (nataliabidart) wrote :

Confirmed this is being triggered by an account that had manually set up a password to the User instance instead to the account.

Removing the django.contrib.auth.backends.ModelBackend from AUTHENTICATION_BACKENDS to avoid returning oopses instead of login errors (password mismatch).