diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-28 06:09:19 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-02-28 06:09:19 +0000 |
commit | ca2a7ed5bd43483f10fd74f46f31e32614889738 (patch) | |
tree | c16d2c56077a4453c6d975c231bf3d5a79114ea2 /doc/security | |
parent | 597a43f359c3096d845e764b90439743962e5961 (diff) | |
download | gitlab-ce-ca2a7ed5bd43483f10fd74f46f31e32614889738.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/security')
-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 fdf7ba90a3b..7c015525fdf 100644 --- a/doc/security/unlock_user.md +++ b/doc/security/unlock_user.md @@ -13,7 +13,7 @@ To unlock a locked user: ```shell ## For Omnibus GitLab - sudo gitlab-rails console production + sudo gitlab-rails console -e production ## For installations from source sudo -u git -H bundle exec rails console RAILS_ENV=production |