From b32a0448ccd93a57fbac68deb33e137cf0821fcb Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Fri, 31 May 2024 12:03:07 +0200 Subject: [PATCH] Add info how to access admin page in mailman Signed-off-by: Michal Konecny --- modules/sysadmin_guide/pages/mailman.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/sysadmin_guide/pages/mailman.adoc b/modules/sysadmin_guide/pages/mailman.adoc index 60b4dd5..49ff3fd 100644 --- a/modules/sysadmin_guide/pages/mailman.adoc +++ b/modules/sysadmin_guide/pages/mailman.adoc @@ -50,6 +50,17 @@ Please make sure to add a valid description to the newly created list. ``UPDATE auth_user SET is_staff = TRUE, is_superuser = TRUE WHERE email=;`` +=== Accessing admin page in mailman + +Admin page will allow you to change some of the settings that are not able to be changed +anywhere else. The admin page could be accessed link:https://lists.fedoraproject.org/django-admin +or link:https://lists.stg.fedoraproject.org/django-admin for staging. + +[NOTE] +==== +You need to be added as admin to mailman to access the admin console. +==== + == Deployment In case of new deployment of mailman in infrastructure, there are few tasks