diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-15 09:09:46 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-15 09:09:46 +0000 |
commit | 221b529789f4090341a825695aeb49b8df6dd11d (patch) | |
tree | c8843e4ca5ef1034752eb68712fcf338b24950db /doc/security | |
parent | 00a8c64ffd18e74df4b1cdeda7776b5221fddafe (diff) | |
download | gitlab-ce-221b529789f4090341a825695aeb49b8df6dd11d.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 befb5d12877..bf3bbbb701e 100644 --- a/doc/security/unlock_user.md +++ b/doc/security/unlock_user.md @@ -16,7 +16,7 @@ To unlock a locked user: sudo gitlab-rails console -e production ## For installations from source - sudo -u git -H bundle exec rails console RAILS_ENV=production + sudo -u git -H bundle exec rails console -e production ``` 1. Find the user to unlock. You can search by email or ID. |