From 035e6941528045d5198bd2f0778117713c1ca5f5 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Wed, 27 Sep 2017 12:37:51 -0700 Subject: [PATCH] Add docs about admin user password --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6279e9d..36f5964 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,11 @@ These are the settings that you MUST change before deploying: - `SECRET_KEY`: Django's secret key, mainly used for signing cookies and others. +Please note here that if you choose to create the admin user using the environment +variables mentioned above (`MAILMAN_ADMIN_USER` & `MAILMAN_ADMIN_EMAIL`), no password +is set for your admin account. To set a password, plese follow the "Forgot Password" +link on the "Sign In" page. + For more details on how to configure this image, please look at [Mailman-web's Readme](web/README.md)