Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorastrachan <alexander.strachan@asgks.net>2019-07-19 05:15:23 +0300
committerastrachan <alexander.strachan@asgks.net>2019-07-19 05:15:23 +0300
commite204554057d0607c8a29a379b6cb8c75dbb60422 (patch)
treeefe0a72de73186638d7a6b2ffae3e258fd9626ab /doc/security
parentc3cbc40dcd992cfb76006c85cdc04ef674dd6d70 (diff)
Update root default email address to current value
Diffstat (limited to 'doc/security')
-rw-r--r--doc/security/reset_root_password.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/security/reset_root_password.md b/doc/security/reset_root_password.md
index 6a6c5262179..ec360e2d338 100644
--- a/doc/security/reset_root_password.md
+++ b/doc/security/reset_root_password.md
@@ -23,7 +23,7 @@ user = User.where(id: 1).first
or
```bash
-user = User.find_by(email: 'admin@local.host')
+user = User.find_by(email: 'admin@example.com')
```
Now you can change your password: