News In 2012

django-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 more

django-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 more

django-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

django-allauth 0.3.0 released

Posted by Raymond Penners on 2012-01-19

Note worthy changes The email authentication backend now attempts to use the 'username' parameter as an email address. This is needed to properly integrate with other apps invoking authenticate. SmileyChris contributed support for automatically generating a user name at signup when ACCOUNT_USERNAME_REQUIRED is set to False.

Read more

Page 2 of 2

Archives