diff options
author | Robert Speicher <rspeicher@gmail.com> | 2015-06-22 13:43:45 -0400 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2015-06-24 18:42:34 -0400 |
commit | 8a01a1222875b190d32769f7a6e7a74720079d2a (patch) | |
tree | a1eb288b4a4fc4161bbe085a7d010c6df6746fde /README.md | |
parent | d2de219f6cf5d6ce371f529988f9337653878e58 (diff) | |
download | gitlab-ce-8a01a1222875b190d32769f7a6e7a74720079d2a.tar.gz |
Change default admin password from "5iveL!fe" to "password"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 52a483aa532..37badd448c1 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ The recommended way to install GitLab is using the provided [Omnibus packages](h There are various other options to install GitLab, please refer to the [installation page on the GitLab website](https://about.gitlab.com/installation/) for more information. -You can access a new installation with the login **`root`** and password **`5iveL!fe`**, after login you are required to set a unique password. +You can access a new installation with the login **`root`** and password **`password`**, after login you are required to set a unique password. ## Third-party applications |