"MDL-14703, remove obsolete options, merged from MOODLE_19_STABLE"
authordongsheng <dongsheng>
Fri, 16 May 2008 02:23:05 +0000 (02:23 +0000)
committerdongsheng <dongsheng>
Fri, 16 May 2008 02:23:05 +0000 (02:23 +0000)
config-dist.php

index 2be864bc41dcdbc48f08994d0661b9b046acd882..dc55746d8ec136f80842b78406ef49a62fea6daa 100644 (file)
@@ -139,10 +139,6 @@ $CFG->admin = 'admin';
 // Prevent stats processing and hide the GUI
 //      $CFG->disablestatsprocessing = true;
 //
-// Set global password for "Login as", teacher is prompted only once in each session.
-// Set your own password and tell it only to teachers that should have access to this feature.
-//      $CFG->loginaspassword = 'yoursharedpassword';
-//
 // Setting this to true will enable admins to edit any post at any time
 //      $CFG->admineditalways = true;
 //