Question: as Admin, I disabled the self-registration via settings.py. What is the correct method to register a few new users now?

Disabled by line ACCOUNT_ADAPTER = 'django_mailman3.views.user_adapter.DisableSignupAdapter' (via https://gitlab.com/mailman/django-mailman3/-/merge_requests/129 )
When I want to register a few new users, I need to comment this line and restart mailmanweb.
Question: is there a better method for admins to register a few new persons to Hyperkitty/Postorius so that they can act as owners and moderators of some of the lists?

On 9/1/25 12:27, Wikinaut wrote:
Question: is there a better method for admins to register a few new persons to Hyperkitty/Postorius so that they can act as owners and moderators of some of the lists?
You can add Users and their email addresses via the Django admin web ui normally at a url like https://example.com/admin/ but see your top level urls.py.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

On Mon, Sep 1, 2025 at 10:27 PM Wikinaut <mail@tgries.de> wrote:
Disabled by line ACCOUNT_ADAPTER = 'django_mailman3.views.user_adapter.DisableSignupAdapter' (via https://gitlab.com/mailman/django-mailman3/-/merge_requests/129 )
Curious.
Would you be able to do this on a per-domain basis?
-- 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]

On 9/2/25 04:27, Odhiambo Washington via Mailman-users wrote:
On Mon, Sep 1, 2025 at 10:27 PM Wikinaut <mail@tgries.de> wrote:
Disabled by line ACCOUNT_ADAPTER = 'django_mailman3.views.user_adapter.DisableSignupAdapter' (via https://gitlab.com/mailman/django-mailman3/-/merge_requests/129 )
Would you be able to do this on a per-domain basis?
See the thread at https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/I...
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (3)
-
Mark Sapiro
-
Odhiambo Washington
-
Wikinaut