Commit 7f84ba86 authored by dosire's avatar dosire

Project visibility setting is missed by people sometimes.

parent 68942dbb
...@@ -26,3 +26,7 @@ The public page of users, located at `/u/username` is visible if either: ...@@ -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. 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. 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.
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