django-allauth 0.60.1 released

Posted by Raymond Penners on 2024-01-15

Fixes

  • User sessions: after changing your password in case of ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = False, the list of sessions woud be empty instead of showing your current session.
  • SAML: accessing the SLS/ACS views using a GET request would result in a crash (500).
  • SAML: the login view did not obey the SOCIALACCOUNT_LOGIN_ON_GET = False setting.

Next: django-allauth 0.61.0 released Previous: django-allauth 0.60.0 released
Archives