News In 2023

django-allauth 0.54.0 released

Posted by Raymond Penners on 2023-03-31

Note worthy changes Dropped support for EOL Python versions (3.5, 3.6). Security notice Even when account enumeration prevention was turned on, it was possible for an attacker to infer whether or not a given account exists based upon the response time of an authentication attempt.

Read more

django-allauth 0.53.1 released

Posted by Raymond Penners on 2023-03-20

Note worthy changes Example base template was missing {% load i18n %}, fixed.


django-allauth 0.53.0 released

Posted by Raymond Penners on 2023-03-16

Note worthy changes You can now override the use of the UserTokenForm over at the PasswordResetFromKeyView by configuring ACCOUNT_FORMS["user_token"] to allow the change of the password reset token generator. The Google API URLs are now configurable via the provider setting which enables use-cases such as overriding the endpoint during integration tests to talk to a mocked version of the API.

Read more

Page 3 of 3

Archives