From 91571c078dee6297a17afecb6dc071ce882c82be Mon Sep 17 00:00:00 2001 From: Ciro Santillli Date: Mon, 27 Jan 2014 15:53:59 +0100 Subject: User pages are visible to users without login ... if the user is authorized to at least one public project. --- app/views/help/public_access.html.haml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'app/views/help') diff --git a/app/views/help/public_access.html.haml b/app/views/help/public_access.html.haml index ba2df8c3553..e1b2a2ce1fa 100644 --- a/app/views/help/public_access.html.haml +++ b/app/views/help/public_access.html.haml @@ -44,3 +44,18 @@ %li Go to your project dashboard %li Click on the "Edit" tab %li Change "Visibility Level" + + %h4 Visibility of users + The public page of users, located at + = succeed "," do + %code u/username + is visible if either: + %ul + %li + You are logged in. + %li + %p + You are logged out, and the target user is authorized to (is Guest, Reporter, etc.) + at least one public project. + %p 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. -- cgit v1.2.1