News
django-allauth 0.50.0 released
Posted by Raymond Penners on 2022-03-25
Note worthy changes Fixed compatibility issue with setuptools 61. New providers: Drip. The Facebook API version now defaults to v13.0.
django-allauth 0.49.0 released
Posted by Raymond Penners on 2022-02-22
Note worthy changes New providers: LemonLDAP::NG. Fixed SignupForm setting username and email attributes on the User class instead of a dummy user instance. Email addresses POST'ed to the email management view (done in order to resend the confirmation email) were not properly validated.
Read moredjango-allauth 0.48.0 released
Posted by Raymond Penners on 2022-02-03
Note worthy changes New translations: Catalan, Bulgarian. Introduced a new setting ACCOUNT_PREVENT_ENUMERATION that controls whether or not information is revealed about whether or not a user account exists. Warning: this is a work in progress, password reset is covered, yet, signing up is not.
Read moredjango-allauth 0.47.0 released
Posted by Raymond Penners on 2021-12-09
Note worthy changes New providers: Gumroad. Backwards incompatible changes Added a new setting SOCIALACCOUNT_LOGIN_ON_GET that controls whether or not the endpoints for initiating a social login (for example, "/accounts/google/login/") require a POST request to initiate the handshake. As requiring a POST is more secure, the default of this new setting is False.
Read moredjango-allauth 0.46.0 released
Posted by Raymond Penners on 2021-11-15
Note worthy changes New providers: Gitea, MediaWiki. New translations: Georgian, Mongolian. Django 3.2 compatibility.