diff options
author | Rémy Coutable <remy@rymai.me> | 2017-01-15 11:45:24 -0500 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-01-19 18:44:02 +0100 |
commit | 621b23da66808fc9644667b640b43c7732b4a4c0 (patch) | |
tree | 4257b9c59cbba76086ff56438889715d8cd9123c /doc/public_access | |
parent | e8e2a6a98dd977a66c993b8a83f00cd7a97f2ff3 (diff) | |
download | gitlab-ce-621b23da66808fc9644667b640b43c7732b4a4c0.tar.gz |
Add an image to the public access documentation and fix wrong profile path
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/public_access')
-rw-r--r-- | doc/public_access/img/restrict_visibility_levels.png | bin | 0 -> 24593 bytes | |||
-rw-r--r-- | doc/public_access/public_access.md | 9 |
2 files changed, 6 insertions, 3 deletions
diff --git a/doc/public_access/img/restrict_visibility_levels.png b/doc/public_access/img/restrict_visibility_levels.png Binary files differnew file mode 100644 index 00000000000..c7d4d87981f --- /dev/null +++ b/doc/public_access/img/restrict_visibility_levels.png diff --git a/doc/public_access/public_access.md b/doc/public_access/public_access.md index a3921f1b89f..e8f4c73120c 100644 --- a/doc/public_access/public_access.md +++ b/doc/public_access/public_access.md @@ -52,7 +52,7 @@ for anonymous users. The group page now has a visibility level icon. ## Visibility of users -The public page of a user, located at `/u/username`, is always visible whether +The public page of a user, located at `/username`, is always visible whether you are logged in or not. When visiting the public page of a user, you can only see the projects which @@ -60,10 +60,13 @@ you are privileged to. If the public level is restricted, user profiles are only visible to logged in users. - ## Restricting the use of public or internal projects In the Admin area under **Settings** (`/admin/application_settings`), you can restrict the use of visibility levels for users when they create a project or a -snippet. This is useful to prevent people exposing their repositories to public +snippet: + +![Restrict visibility levels](img/restrict_visibility_levels.png) + +This is useful to prevent people exposing their repositories to public by accident. The restricted visibility settings do not apply to admin users. |