-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug in login with Django 1.6 #53
Comments
They should be different, |
In the final |
Since this change django/django@dc43fbc Django enforces authentication backends to be defined on |
@gitmiette, check docs here http://psa.matiasaguirre.net/docs/configuration/django.html#django-1-6 |
This change solved that the same day the fix was introduced: Excerpts from Yu Yang's message of 2013-10-11 08:26:46 -0200:
|
I can't being logged with any social backend with Django 1.6b4.
I have debugged and I realized that the
request
var (strategy.request
) is not the same when accessing to final view ("example.app.views.done") as thestrategy.request
, which is modified with the real logged user.PS: The account association seems to work properly
The text was updated successfully, but these errors were encountered: