Is it possible to delete a user from postorius completely so that they cannot log in again?
On 05/25/2018 02:41 PM, Kaleb White wrote:
Is it possible to delete a user from postorius completely so that they cannot log in again?
Users and their email addresses appear in multiple places. A user can be a member, owner and/or moderator of one or more email lists. These roles are all maintained in Mailman core, but can be accessed and deleted via Postorius.
A user's actual login for Postorius and HyperKitty is maintaind in Django and a user can be deleted via the Django admin interface. That would prevent the user from logging in, but I don't think anything prevents the user from re-registering with the same email address.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Where exactly is the Django admin interface?
I can't find it. It's not this, is it? https://lists.mailman3.org/user-profile/
On 05/25/2018 03:14 PM, Kaleb White wrote:
Where exactly is the Django admin interface?
I can't find it. It's not this, is it? https://lists.mailman3.org/user-profile/
If you're looking for it on lists.mailman3.org it's at <https://lists.mailman3.org/admin> but you won't be able to log in there.
In another installation you would look in urls.py for the list of urlpatterns for something like
# Django admin
url(r'^admin/', admin.site.urls),
If you are authorized to create domains, on the Add a new domain page, the description of Web Host says in part "This can be same or different from the Mail Host. You can edit the list of available web hosts here." and 'here' is a link into the admin interface.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Kaleb White
-
Mark Sapiro