diff options
Diffstat (limited to 'doc/security/unlock_user.md')
-rw-r--r-- | doc/security/unlock_user.md | 2 |
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 ``` |