From 98e83255e6efa18b72b7b17413d55d49ee9213b9 Mon Sep 17 00:00:00 2001 From: mobcdi Date: Tue, 10 Jan 2017 17:06:38 +0000 Subject: [PATCH] Added extra details around setting up admin user (#1937) after running create-admin the user will be prompted to provide extra details and set the admin password --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 82189ed07dc22..aa0d2c00d19f8 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -80,7 +80,7 @@ Follow these few simple steps to install Superset.:: # Install superset pip install superset - # Create an admin user + # Create an admin user (you will be prompted to set username, first and last name before setting a password) fabmanager create-admin --app superset # Initialize the database