In order to sign users in after registering them, I manually set the user.backend property. It normally works in my views. In this instance, I\'m trying to register the user v
in Django 1.10, django.contrib.auth.login now takes a backend= keyword argument!
django.contrib.auth.login
backend=
https://code.djangoproject.com/ticket/24855