News
django-allauth 0.45.0 released
Posted by Raymond Penners on 2021-07-11
Note worthy changes New providers: Feishu, NetIQ, Frontier, CILogin.
django-allauth 0.44.0 released
Posted by Raymond Penners on 2020-11-25
Security notice In previous versions, the mechanism to prevent too many failed login attempts (ACCOUNT_LOGIN_ATTEMPTS_LIMIT) could be bypassed by changing the casing of the login. Backwards incompatible changes The certificate key part of the SOCIALACCOUNT_PROVIDERS configuration has been renamed to certificate_key.
Read moredjango-allauth 0.43.0 released
Posted by Raymond Penners on 2020-10-15
Note worthy changes New translation: Slovenian. If ACCOUNT_LOGIN_ATTEMPTS_LIMIT is set and the user successfully resets their password, the timeout is cleared to allow immediate login. You can now limit the amount of email addresses a user can associate to his account by setting ACCOUNT_MAX_EMAIL_ADDRESSES.
Read moredjango-allauth 0.42.0 released
Posted by Raymond Penners on 2020-05-24
Note worthy changes New providers: EDX, Yandex, Mixer. Fixed Twitch get_avatar_url() method to use the profile picture retrieved by new user details endpoint introduced in version 0.40.0. The Facebook API version now defaults to v7.0.
django-allauth 0.41.0 released
Posted by Raymond Penners on 2019-12-18
Security notice See CVE-2019-19844. Note worthy changes New providers: Exist.io., YNAB, Amazon Cognito. You can now store OAuth credentials directly in your settings.SOCIALACCOUNT_PROVIDERS settings instead of storing them in the database using a SocialApp record. Adding Keycloak Provider Backwards incompatible changes Dropped Python 2 and Django 1 compatibility.
Read more