diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-21 12:31:47 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-21 12:31:47 +0300 |
commit | fd1661468f8132800dec17ad9317d419b1440f5a (patch) | |
tree | a7acde6f54e1b8008937dbee12f5dd607ba1a8d6 /config/gitlab.yml.example | |
parent | 606701ada4076b963439983a5633535108d81f0f (diff) | |
download | gitlab-ce-fd1661468f8132800dec17ad9317d419b1440f5a.tar.gz |
Remove can_create_team code from user
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 59a4d1fd41b..a3661821271 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -41,7 +41,6 @@ production: &base ## User settings default_projects_limit: 10 # default_can_create_group: false # default: true - # default_can_create_team: false # default: true # username_changing_enabled: false # default: true - User can change her username/namespace ## Users management |