Document $CFG->forceloginforprofiles

This commit is contained in:
moodler 2004-05-03 14:57:11 +00:00
parent 1ffb5c8989
commit c81c6d0e34

View File

@ -149,6 +149,10 @@ $CFG->admin = 'admin';
// Setting this to true will enable admins to edit any post at any time // Setting this to true will enable admins to edit any post at any time
// $CFG->admineditalways = true; // $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 // 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 // most likely doesn't work yet. THIS IS FOR DEVELOPERS ONLY, IT IS
// NOT RECOMMENDED FOR PRODUCTION SITES // NOT RECOMMENDED FOR PRODUCTION SITES