I´m trying to log in a user without password using Django, until now I have created this:
Nopassword.py
class PasswordlessAuthBackend(ModelBackend):