Merge pull request #7422 from bbodenmiller/rm-gitlab-user

Add command to remove GitLab user
This commit is contained in:
Jeroen van Baarsen 2014-08-04 11:50:30 +02:00
commit d4f5af820f
1 changed files with 4 additions and 0 deletions

View File

@ -163,3 +163,7 @@ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
```
**P.S. If everything works as expected you can remove gitlab user from system**
```bash
sudo userdel -r gitlab
```