On Sun, Dec 7, 2025 at 8:26 PM Mark Sapiro <[email protected]> wrote:
> On 12/7/25 07:46, Christian Stalberg via Mailman-users wrote: > > Spammers have been registering and not subscribing. I want to turn off > the > > user self registration at https://lists.ccalternatives.org/mailman3/ . > > > > I edited /etc/mailman3/settings.py adding ACCOUNT_ALLOW_REGISTRATION = > False > > and restarted the services, but the ' Sign Up' option remains. I assume > > /etc/mailman3/settings.py is my active settings file. > > > > What am I doing wrong? > > Web searches may find reference to a django-allauth setting > ACCOUNT_ALLOW_REGISTRATION, but this setting doesn't exist in current > django-allauth > > The setting you want is > > ACCOUNT_ADAPTER = ‘django_mailman3.views.user_adapter.DisableSignupAdapter’ > > See https://docs.mailman3.org/en/latest/faq.html#how-to-disable-signup > or > > https://docs.mailman3.org/projects/mailman-web/en/latest/settings.html#mailman_web.settings.mailman.ACCOUNT_ADAPTER Can this be done on a per-site or per-list basis? SITE_ID = 0 -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 In an Internet failure case, the #1 suspect is a constant: DNS. "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-) [How to ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html] _______________________________________________ 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/2GTHX42JGIYDBWEUVGXTT7KIBR3VVX4I/ This message sent to [email protected]
