Add info how to access admin page in mailman
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
995b1e25ab
commit
b32a0448cc
1 changed files with 11 additions and 0 deletions
|
@ -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=<email>;``
|
``UPDATE auth_user SET is_staff = TRUE, is_superuser = TRUE WHERE email=<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
|
== Deployment
|
||||||
|
|
||||||
In case of new deployment of mailman in infrastructure, there are few tasks
|
In case of new deployment of mailman in infrastructure, there are few tasks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue