News
django-allauth 0.8.0 released
Posted by Raymond Penners on 2012-09-01
Note worthy changes account: Dropped dependency on the emailconfirmation app, integrating its functionality into the account app. This change is of major impact, please refer to the documentation on how to upgrade. account: Documented ACCOUNT_USERNAME_REQUIRED. This is actually not a new setting, but it somehow got overlooked in the documentation.
Read moredjango-allauth 0.7.0 released
Posted by Raymond Penners on 2012-07-18
Note worthy changes Facebook: Facundo Gaich contributed support for dynamically deriving the Facebook locale from the Django locale, thanks!. OAuth: All OAuth/OAuth2 tokens are now consistently stored across the board. Cleaned up OAuth flow removing superfluous redirect. Facebook: Dropped Facebook SDK dependency.
Read moredjango-allauth 0.6.0 released
Posted by Raymond Penners on 2012-06-20
Note worthy changes account: Added ACCOUNT_USER_DISPLAY to render a user name without making assumptions on how the user is represented. allauth, socialaccount: Removed the last remaining bits of hardcodedness with respect to the enabled social authentication providers. account: Added ACCOUNT_AUTHENTICATION_METHOD setting, supporting login by username, email or both.
Read moredjango-allauth 0.5.0 released
Posted by Raymond Penners on 2012-06-08
Note worthy changes account: Added setting ACCOUNT_PASSWORD_MIN_LENGTH for specifying the minimum password length. socialaccount: Added generic OAuth2 support. Added GitHub support as proof of concept. socialaccount: More refactoring: generic provider & OAuth consumer approach. Added LinkedIn support to test this approach.
Read moredjango-allauth 0.4.0 released
Posted by Raymond Penners on 2012-03-25
Note worthy changes account: The render_value parameter of all PasswordInput fields used can now be configured via a setting. account: Added support for prefixing the subject of sent emails. account: Added support for a plugging in a custom signup form used for additional questions to ask during signup.
Read more