Comment 14 for bug 1257953

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/2969
Committed: http://gitorious.org/mahara/mahara/commit/96df0b3941ef4f1a22efde76c4da3861a08c1fa1
Submitter: Son Nguyen (<email address hidden>)
Branch: 1.8_STABLE

commit 96df0b3941ef4f1a22efde76c4da3861a08c1fa1
Author: Robert Lyon <email address hidden>
Date: Mon Dec 9 14:58:06 2013 +1300

Allowing for users to not show up in public search (bug 1257953)

Thinking of privacy issues here - when should the users showup on
search results.

This patch allows users to show up based on the access of their
profile page (accesstypes: public, loggedin, friends) and whether
'Show users in public search' is set or not.

Normally all profile pages are accessible by logged in users - but
this can be altered if 'Logged-in profile access' is unchecked and
users remove the access off their profile page.

Conflicts:

 htdocs/admin/site/options.php
 htdocs/search/elasticsearch/lib.php

Change-Id: I4daa8cb2812bddb231ba489dfeefb4843b653d40
Signed-off-by: Robert Lyon <email address hidden>