From: moodler Date: Mon, 3 May 2004 14:57:11 +0000 (+0000) Subject: Document $CFG->forceloginforprofiles X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c81c6d0e342f69e13291b4ea71ec50ea8157ef59;p=moodle.git Document $CFG->forceloginforprofiles --- diff --git a/config-dist.php b/config-dist.php index d0399ac317..b75c016efa 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