git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormail_redacted_for_web 2022-03-03 14:11:42 -0800
committermail_redacted_for_web 2022-03-03 14:11:42 -0800
commit4ba55106b75421e528da923b87cb79bcba79db3d (patch)
tree17789fa62743247c15484d9f27c70ee71e600919
parenta1f3a826dee96fbf96078c959290263d50f3e89e (diff)
parent904afc7020b794395ceaebeefefdfc6895c8266b (diff)
downloadcontrol-repo-template-4ba55106b75421e528da923b87cb79bcba79db3d.tar.bz2
Merge pull request #105 from taikaa/readme-updates
(docs) corrected Gitlab initial password information
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab6ce14..d367382 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>