infra-docs-fpo/modules/howtos/pages/make_mailman_user_admin.adoc
Michal Konecny 1d458e6d8a Migrate howto repository to infra docs
It doesn't make much sense to have separate guides outside infra documentation.
So let's migrate https://pagure.io/fedora-infra/howtos to infra docs.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
2023-09-18 17:06:59 +02:00

21 lines
702 B
Text

= Make mailman user an admin
[NOTE]
====
You need to be mailman admin to be able to follow this guide.
====
Go to the link:https://lists.fedoraproject.org/archives/[mailman site]
on the top right corner select `Sign In`
Do not login through the username and password fields, login using the
third party `Fedora` link to assume fas permissions.
Once logged in navigate to the link:https://lists.fedoraproject.org/django-admin[django admin page]
you should see in the top right corner that you are logged in.
Search for the user who you wish to make admin, click on the name and
tick the `staff status` box. Click the save button at the bottom.
Admin access should now be present for the user.
---