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
path: root/doc
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-07-22 04:51:08 +0300
committerEvan Read <eread@gitlab.com>2019-07-22 04:51:08 +0300
commit525ce682d7ba95ab49b7d9cd606e4a340784b122 (patch)
tree410e132cc6c2dae812fad00cf2def2ecf64c6fda /doc
parentf1e2700749ffc3390966289ba277895406e03dab (diff)
parente204554057d0607c8a29a379b6cb8c75dbb60422 (diff)
Merge branch '64768-update-email-address-on-how-to-reset-your-root-password-docs' into 'master'
Resolve "Update email address on How to reset your root password docs" Closes #64768 See merge request gitlab-org/gitlab-ce!30926
Diffstat (limited to 'doc')
-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: