News

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).

Read more

django-allauth 0.60.0 released

Posted by Raymond Penners on 2024-01-05

Note worthy changes Google One Tap Sign-In is now supported. You can now more easily change the URL to redirect to after a successful password change/set via the newly introduced get_password_change_redirect_url() adapter method. You can now configure the primary key of all models by configuring ALLAUTH_DEFAULT_AUTO_FIELD, for example to: "hashid_field.

Read more

django-allauth 0.59.0 released

Posted by Raymond Penners on 2023-12-13

Note worthy changes The MFA authenticator model now features "created at" an "last used "at" timestamps. The MFA authenticator model is now registered with the Django admin. Added MFA signals emitted when authenticators are added, removed or (in case of recovery codes) reset.

Read more

django-allauth 0.58.2 released

Posted by Raymond Penners on 2023-11-06

Fixes Added rate limiting to the MFA login form.


django-allauth 0.58.1 released

Posted by Raymond Penners on 2023-10-29

Fixes Fixed missing {% load allauth %} in the login cancelled and verified email required template.


Page 6 of 21

Archives