]> git.mjollnir.org Git - moodle.git/commitdiff
Document $CFG->forceloginforprofiles
authormoodler <moodler>
Mon, 3 May 2004 14:57:11 +0000 (14:57 +0000)
committermoodler <moodler>
Mon, 3 May 2004 14:57:11 +0000 (14:57 +0000)
config-dist.php

index d0399ac31757699e40b38e4fee0492e9cd03cc41..b75c016efa1e5efe8f545685ef3ac951c201633e 100644 (file)
@@ -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