
March 17, 2025
11:11 a.m.
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