diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-03-07 21:00:53 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-03-07 21:00:53 -0500 |
commit | 9568b4b4f752bc564fead51756d1fd3044ddeffd (patch) | |
tree | 4feac61dfdf99fc9b735632b9f1f7cf809e59f6f /doc/install | |
parent | 2db00dd5e0384cb5fb1d22864261283dd779a19f (diff) | |
download | gitlab-ce-9568b4b4f752bc564fead51756d1fd3044ddeffd.tar.gz |
Document changes to the initial admin passwordrs-initial-setup-docs
[ci skip]
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/installation.md | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index c1787a7c6a8..0fd54be58b0 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -467,12 +467,15 @@ NOTE: Supply `SANITIZE=true` environment variable to `gitlab:check` to omit proj ### Initial Login -Visit YOUR_SERVER in your web browser for your first GitLab login. The setup has created a default admin account for you. You can use it to log in: +Visit YOUR_SERVER in your web browser for your first GitLab login. - root - 5iveL!fe +If you didn't [provide a root password during setup](#initialize-database-and-activate-advanced-features), +you'll be redirected to a password reset screen to provide the password for the +initial administrator account. Enter your desired password and you'll be +redirected back to the login screen. -**Important Note:** On login you'll be prompted to change the password. +The default account's username is **root**. Provide the password you created +earlier and login. After login you can change the username if you wish. **Enjoy!** |