Reputation: 497
I'm using Django allauth for my authentication and I want to be able to stay logged in after changing the password. The allauth docs say that it is possible with:
ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE =False
but I can't make it work. Has anyone here managed to resolve this issue?
Thanks
Upvotes: 2
Views: 1257
Reputation: 308939
It looks like this might be related to issue 1262.
It was fixed in version 0.24.0, so make sure you have upgraded.
Upvotes: 2