summaryrefslogtreecommitdiff
path: root/doc/security/unlock_user.md
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-15 01:04:35 +0000
committerEvan Read <eread@gitlab.com>2019-07-15 01:04:35 +0000
commit4121c636763e4bcbca7622e9f0e341d5e0e5a3e1 (patch)
tree1866b3f0165503b02ef3bc3cfc2d8cee7c8d5335 /doc/security/unlock_user.md
parente8fd34b1a457c538fe568ea9eec4fae4d0f3c869 (diff)
downloadgitlab-ce-4121c636763e4bcbca7622e9f0e341d5e0e5a3e1.tar.gz
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/unlock_user.md')
-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
```