This is an automated email from the ASF dual-hosted git repository.
villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
The following commit(s) were added to refs/heads/master by this push:
new 9924222 Adds default username and password created at installation to
documentation (#9263)
9924222 is described below
commit 99242225d61812b2a45863587a702d0a5953c0d8
Author: Will Barrett <[email protected]>
AuthorDate: Mon Mar 9 22:30:43 2020 -0700
Adds default username and password created at installation to documentation
(#9263)
---
docs/installation.rst | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docs/installation.rst b/docs/installation.rst
index ac6eac1..d487571 100644
--- a/docs/installation.rst
+++ b/docs/installation.rst
@@ -70,7 +70,10 @@ initialize development environment: ::
docker-compose up
After several minutes for superset initialization to finish, you can open
-a browser and view `http://localhost:8088` to start your journey.
+a browser and view `http://localhost:8088` to start your journey. By default
+the system configures an admin user with the username of `admin` and a password
+of `admin` - if you are in a non-local environment it is highly recommended to
+change this username and password at your earliest convenience.
From there, the container server will reload on modification of the superset
python
and javascript source code.