docker-mailman
docker-mailman copied to clipboard
[BUG] ACCOUNT_AUTHENTICATION_METHOD is deprecated, ACCOUNT_EMAIL_REQUIRED is deprecated
Tag/version of Container Images Choose from: 0.5
WARNINGS:
?: settings.ACCOUNT_AUTHENTICATION_METHOD is deprecated, use: settings.ACCOUNT_LOGIN_METHODS = {'username', 'email'}
?: settings.ACCOUNT_EMAIL_REQUIRED is deprecated, use: settings.ACCOUNT_SIGNUP_FIELDS = ['email*', 'username*', 'password1*', 'password2*']
- https://github.com/maxking/docker-mailman/blob/main/postorius/mailman-web/settings.py#L242
- https://github.com/maxking/docker-mailman/blob/main/postorius/mailman-web/settings.py#L243
Changed occurred in django-allauth version 65.4.0
The upstream Postorius project pyproject.toml has a dependency on "django-mailman3>=1.3.13"
The upstream django-mailman3 project pyproject.toml has a dependency of "django-allauth[socialaccount,openid]>=65.5"