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:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-15 04:04:35 +0300
committerEvan Read <eread@gitlab.com>2019-07-15 04:04:35 +0300
commit4121c636763e4bcbca7622e9f0e341d5e0e5a3e1 (patch)
tree1866b3f0165503b02ef3bc3cfc2d8cee7c8d5335 /doc/security
parente8fd34b1a457c538fe568ea9eec4fae4d0f3c869 (diff)
Remove extra blank lines from docs
Removing extra blank lines in docs that serve no purpose, as well as some --- lines that also are not needed.
Diffstat (limited to 'doc/security')
-rw-r--r--doc/security/unlock_user.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/security/unlock_user.md b/doc/security/unlock_user.md
index 75cf754e197..2e14e631d68 100644
--- a/doc/security/unlock_user.md
+++ b/doc/security/unlock_user.md
@@ -1,13 +1,13 @@
---
type: howto
---
+
# How to unlock a locked user
To unlock a locked user, first log into your server with root privileges.
Start a Ruby on Rails console with this command:
-
```bash
gitlab-rails console production
```