Commit 72ac1baa authored by Serena Fang's avatar Serena Fang Committed by Mike Jang

Instruct users to restart application after change

parent b0f52d67
--- ---
stage: Enablement stage: Manage
group: Distribution group: Access
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
--- ---
...@@ -10,7 +10,8 @@ GitLab administrators can modify user settings for the entire GitLab instance. ...@@ -10,7 +10,8 @@ GitLab administrators can modify user settings for the entire GitLab instance.
## Disallow users creating top-level groups ## Disallow users creating top-level groups
By default, new users can create top-level groups. To disable this, modify the appropriate configuration file. By default, new users can create top-level groups. To disable this, modify the appropriate configuration file,
and then [reconfigure and restart GitLab](restart_gitlab.md).
For Omnibus installations, add the following to `/etc/gitlab/gitlab.rb`: For Omnibus installations, add the following to `/etc/gitlab/gitlab.rb`:
...@@ -26,7 +27,8 @@ For source installations, uncomment the following line in `config/gitlab.yml`: ...@@ -26,7 +27,8 @@ For source installations, uncomment the following line in `config/gitlab.yml`:
## Disallow users changing usernames ## Disallow users changing usernames
By default, new users can change their usernames. To disable this, modify the appropriate configuration file. By default, new users can change their usernames. To disable this, modify the appropriate configuration file,
and then [reconfigure and restart GitLab](restart_gitlab.md).
For Omnibus installations, add the following to `/etc/gitlab/gitlab.rb`: For Omnibus installations, add the following to `/etc/gitlab/gitlab.rb`:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment