From 904afc7020b794395ceaebeefefdfc6895c8266b Mon Sep 17 00:00:00 2001 From: TA Date: Wed, 17 Nov 2021 16:40:58 -0500 Subject: [PATCH] (docs) corrected Gitlab initial password information --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -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). *