Commit 525ce682 authored by Evan Read's avatar Evan Read

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
parents f1e27007 e2045540
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment