diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-22 10:38:24 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-01-22 10:38:24 -0800 |
commit | d005c44816b87637b5952dd50178fb7e94e30cc2 (patch) | |
tree | a57b970e723697219bf05a012733d6af660c2757 | |
parent | 08e0c0b6d6702c3a73636ae8d2efd10cad955f06 (diff) | |
download | gitlab-ce-d005c44816b87637b5952dd50178fb7e94e30cc2.tar.gz |
Mix wrong comment about signup
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 8d97965935e..e5780cabb63 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -60,7 +60,7 @@ production: &base ## Users can create accounts # This also allows normal users to sign up for accounts themselves - # default: false - By default GitLab administrators must create all new accounts + # default: true - By default users can sign up themselves # signup_enabled: true ## Standard login settings |