Hello! I would like to know how to add a new site administrator to the mailman 3.2 platform. Can you help me please?
On 9/18/18 5:42 PM, Hellen Cubero wrote:
Hello! I would like to know how to add a new site administrator to the mailman 3.2 platform. Can you help me please?
You are probably referring to Postorius the webui?
If yes, you just add another superuser. If the admin is enabled, you can just visit https://you-url/admin sign in, and create a new user with staff and superuser permissions.
You can also do that on the cli using ./manage.py createsuperuser
There currently is no "siteadmin" that can only create/edit domains. You either have all the powers or none :-)
On Tue, Sep 18, 2018, at 1:14 PM, Simon Hanna wrote:
On 9/18/18 5:42 PM, Hellen Cubero wrote:
Hello! I would like to know how to add a new site administrator to the mailman 3.2 platform. Can you help me please?
You are probably referring to Postorius the webui?
If yes, you just add another superuser. If the admin is enabled, you can just visit https://you-url/admin sign in, and create a new user with staff and superuser permissions.
You can also do that on the cli using ./manage.py createsuperuser
A better way would be to ask them to sign-up as a regular user and then you can go into the Admin Console (/admin) and add flags for Superuser for the user you want to promote.
Create Superuser and Django's create user interfaces don't tie up with all-auth, which creates problems because their EmailAddress records aren't created, like they should be.
-- thanks, Abhilash Raj (maxking)
participants (3)
-
Abhilash Raj
-
Hellen Cubero
-
Simon Hanna