django-allauth 65.6.0 released

Posted by Raymond Penners on 2025-03-27

Note worthy changes

  • MFA: Added support for "Trust this browser?" functionality, which presents users with MFA enabled the choice to trust their browser allowing them to skip authenticating per MFA on each login.

Fixes

  • A check is in place to verify that ACCOUNT_LOGIN_METHODS is aligned with ACCOUNT_SIGNUP_FIELDS. The severity level of that check has now been lowered from "critical" to "warning", as there may be valid use cases for configuring a login method that you are not able to sign up with. This check (account.W001) can be silenced using Django's SILENCED_SYSTEM_CHECKS.
  • The setting ACCOUNT_LOGIN_ON_PASSWORD_RESET = True was not respected when using password reset by code.

Previous: django-allauth 65.5.0 released
Archives