git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authormail_redacted_for_web 2021-11-17 16:40:58 -0500
committermail_redacted_for_web 2021-11-17 16:43:56 -0500
commit904afc7020b794395ceaebeefefdfc6895c8266b (patch)
tree189d5a74de221391f1550a805e12ad3360c871e8 /README.md
parent93027145096d9f1e0b716b20b8129618d0a2c7e2 (diff)
downloadcontrol-repo-template-904afc7020b794395ceaebeefefdfc6895c8266b.tar.bz2
(docs) corrected Gitlab initial password information
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 45da257..2fedb60 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ To get started with using the control-repo template in your own environment and
1. Install GitLab.
* <https://about.gitlab.com/downloads/>
-1. After GitLab is installed you may sign in with the `root` user and password `5iveL!fe`.
+1. After GitLab is installed you may sign in with the `root` user. If you didn't specify a custom password during installation, a temporary password is located in `/etc/gitlab/initial_root_password`.
1. Make a user for yourself.
1. Make an SSH key to link with your user. You’ll want to do this on the machine you intend to edit code from (most likely not your Puppet master, but your local workstation or laptop).
* <http://doc.gitlab.com/ce/ssh/README.html>