Adds default username and password created at installation to documentation (#9263)

This commit is contained in:
Will Barrett 2020-03-09 22:30:43 -07:00 committed by GitHub
parent d8fea640f8
commit 99242225d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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.