-
Improvement
-
Resolution: Won't Do
-
Major
-
None
-
2.6.6, 2.7.5, 2.8.3
-
MOODLE_26_STABLE, MOODLE_27_STABLE, MOODLE_28_STABLE
-
MDL-49301-master -
The pages tag/index.php, tag/seach.php can be reached by anyone if guest access is on.
On these pages, anyone can access to users list with pictures, full names with associated interests.
In my opinion (and in the opinion of a large school I work with), this should be restricted to logged in users as a default. A "site policies" option could be added to allow non-logged in users to access the page.
In the file tag/tag_autocomplete.php, we found :
require_login(0, false);
if (isguestuser())
Why guests should not be using this but can list the tags otherwise ?