News
django-allauth 0.25.0 released
Posted by Raymond Penners on 2016-03-12
Note worthy changes Many providers were added: Reddit, Untappd, GitLab, Stripe, Pinterest, Shopify, Draugiem, DigitalOcean, Robinhood, Bitbucket(OAuth2). The account connections view is now AJAX aware. You can now customize the template extension that is being used to render all HTML templates (ACCOUNT_TEMPLATE_EXTENSION) In order to be secure by default, users are now blocked from logging in after exceeding a maximum number of failed login attempts (see ACCOUNT_LOGIN_ATTEMPTS_LIMIT, ACCOUNT_LOGIN_ATTEMPTS_TIMEOUT).
Read moredjango-allauth 0.24.1 released
Posted by Raymond Penners on 2015-11-09
Note worthy changes Non-test code accidentally had test packages as a dependency. Backwards incompatible changes Setting a password after logging in with a social account no longer logs out the user by default on Django 1.7+. Setting an initial password and changing the password both respect settings.
Read moredjango-allauth 0.24.0 released
Posted by Raymond Penners on 2015-11-08
Note worthy changes Django 1.9b1 compatibility. Seppo Erviälä contributed a Finnish translation, thanks! Iurii Kriachko contributed a Basecamp provider, thanks! Backwards incompatible changes Increased SocialApp key/secret/token sizes to 191, decreased SocialAccount.uid size to 191. The latter was done in order to accommodate for MySQL in combination with utf8mb4 and constraints on uid.
Read moredjango-allauth 0.23.0 released
Posted by Raymond Penners on 2015-08-02
Note worthy changes David Friedman contributed Edmodo support, thanks! Added support for ACCOUNT_LOGIN_ON_PASSWORD_RESET (thanks Julen!) Backwards incompatible changes None
django-allauth 0.22.0 released
Posted by Raymond Penners on 2015-07-23
Note worthy changes Reversal of the email confirmation url can now be overridden in the adapter (get_email_confirmation_url). Additionally, the complete confirmation email handling can be overridden via send_confirmation_mail. Template context processors are no longer used. The Facebook Graph API fields (/me/?
Read more