From c81c6d0e342f69e13291b4ea71ec50ea8157ef59 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 3 May 2004 14:57:11 +0000 Subject: [PATCH] Document $CFG->forceloginforprofiles --- config-dist.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config-dist.php b/config-dist.php index d0399ac3175..b75c016efa1 100644 --- a/config-dist.php +++ b/config-dist.php @@ -149,6 +149,10 @@ $CFG->admin = 'admin'; // Setting this to true will enable admins to edit any post at any time // $CFG->admineditalways = true; // +// Setting this to true will force a non-guest login to see the user pages +// eg the teachers linked from course descriptions or site news +// $CFG->forceloginforprofiles +// // This setting will put Moodle in Unicode mode. It's very new and // most likely doesn't work yet. THIS IS FOR DEVELOPERS ONLY, IT IS // NOT RECOMMENDED FOR PRODUCTION SITES