diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-23 13:07:15 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-05-23 13:07:15 +0000 |
commit | 09fc3df9014e14725017d97b30e15ff97c3e8493 (patch) | |
tree | 2e157140032c056d7b655358c7535c2509d6f7a5 | |
parent | a502a2b85b2e9d8471fff0c0ae2757d2789cee57 (diff) | |
parent | 7f84ba8662384cebf5574cbd2da5841aab2eac90 (diff) | |
download | gitlab-ce-09fc3df9014e14725017d97b30e15ff97c3e8493.tar.gz |
Merge branch 'explain-setting' into 'master'
Explain setting
-rw-r--r-- | doc/public_access/public_access.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/public_access/public_access.md b/doc/public_access/public_access.md index 76d83e6f3b6..bb23a4bfd96 100644 --- a/doc/public_access/public_access.md +++ b/doc/public_access/public_access.md @@ -26,3 +26,7 @@ The public page of users, located at `/u/username` is visible if either: Otherwise, you will be redirected to the sign in page. When visiting the public page of an user, you will only see listed projects which you can view yourself. + +#### Restricting the use of public or internal projects +In [gitlab.yml](https://gitlab.com/gitlab-org/gitlab-ce/blob/dbd88d453b8e6c78a423fa7e692004b1db6ea069/config/gitlab.yml.example#L64) you can disable public projects or public and internal projects for the entire GitLab installation to prevent people making code public by accident. + |