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. Yet, these email addresses were still added as secondary email addresses. Given the lack of proper validation, invalid email addresses could have entered the database.
- New translations: Romanian.
Backwards incompatible changes
- The Microsoft tenant setting must now be specified using uppercase TENANT.
- Changed naming of internal_reset_url_key attribute in allauth.account.views.PasswordResetFromKeyView to reset_url_key.
Next: django-allauth 0.50.0 released Previous: django-allauth 0.48.0 released