settings.ACCOUNT_EMAIL_REQUIRED is deprecated in allauth-65.5.0

After updating django-allauth to django-allauth-65.5.0 the system complains:
System check identified some issues:
WARNINGS: ?: settings.ACCOUNT_EMAIL_REQUIRED is deprecated, use: settings.ACCOUNT_SIGNUP_FIELDS = ['email*', 'username*', 'password1*', 'password2*']
Old setting in mailman_web/settings/mailman.py is ACCOUNT_EMAIL_REQUIRED = True
What would be the correct setting for the new ACCOUNT_SIGNUP_FIELDS ?
Mit freundlichen Gruessen, Andreas Vetter

On 3/17/25 6:11 PM, Andreas Vetter wrote:
What would be the correct setting for the new ACCOUNT_SIGNUP_FIELDS
See https://gitlab.com/mailman/mailman-web/-/blob/master/mailman_web/settings/ma...
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

On Montag, 17. März 2025 14:41:40 CET Mark Sapiro wrote:
On 3/17/25 6:11 PM, Andreas Vetter wrote:
What would be the correct setting for the new ACCOUNT_SIGNUP_FIELDS
See https://gitlab.com/mailman/mailman-web/-/blob/master/mailman_web/settings/ma ilman.py?ref_type=heads#L31
I just added the line del ACCOUNT_EMAIL_REQUIRED in my etc/mailman3/settings.py Since I disabled signup, this is enough for me.
-- Mit freundlichen Gruessen, Andreas Vetter
participants (2)
-
Andreas Vetter
-
Mark Sapiro