On Freitag, 7. Februar 2025 18:40:32 CET Mark Sapiro wrote:
> On 2/7/25 03:19, Andreas Vetter wrote:
> > Changing ACCOUNT_AUTHENTICATION_METHOD to ACCOUNT_LOGIN_METHODS in
> > /etc/mailman3/settings.py is not enough. One has to edit
> > venv/lib/python3.11/site-packages/mailman_web/settings/mailman.py
>
> You can do this in /etc/mailman3/settings.py only without editing
> venv/lib/python3.11/site-packages/mailman_web/settings/mailman.py by adding
> ```
> del ACCOUNT_AUTHENTICATION_METHOD
> ACCOUNT_LOGIN_METHODS = {'email', 'username'}That is unfortunately not enough to get rid of the Warning, because venv/lib/ python3.11/site-packages/mailman_web/settings/mailman.py contains the old ACCOUNT_AUTHENTICATION_METHOD and allauth is complains about it. -- Mit freundlichen Gruessen, Andreas Vetter _______________________________________________ Mailman-users mailing list -- [email protected] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/EZVCCLGZMCYCNUTFG7N6ATTQ6OHXWOBB/ This message sent to [email protected]
