diff --git a/admin/index.php b/admin/index.php index 8a2d2c8c63b..e152dbc3782 100644 --- a/admin/index.php +++ b/admin/index.php @@ -162,12 +162,12 @@ 'auth' => 'email', 'auth_pop3mailbox' => 'INBOX', 'changepassword' => '', - 'enrol' => 'internal', + 'enrol' => 'manual', + 'enrol_plugins_enabled' => 'manual', 'frontpage' => 1, 'guestloginbutton' => 1, 'style' => 'default', 'template' => 'default', - 'textfilters' => 'mod/glossary/dynalink.php', 'theme' => 'standardwhite')); notify($strdatabasesuccess, "green"); diff --git a/lib/defaults.php b/lib/defaults.php index 755ecf98293..b6124244c4c 100644 --- a/lib/defaults.php +++ b/lib/defaults.php @@ -35,7 +35,7 @@ 'enablerssfeeds' => 0, 'enablestats' => 0, 'enabletrusttext' => 0, - 'enrol' => 'internal', + 'enrol' => 'internal',//wrong 'extendedusernamechars' => false, 'editorbackgroundcolor' => '#ffffff', 'editorfontfamily' => 'Trebuchet MS,Verdana,Arial,Helvetica,sans-serif', @@ -106,7 +106,7 @@ 'tabselectedtofront' => false, 'teacherassignteachers' => true, 'template' => 'default', - 'textfilters' => 'mod/glossary/dynalink.php', + 'textfilters' => 'mod/glossary/dynalink.php',//wrong 'theme' => 'standardwhite', 'themelist' => '', 'timezone' => 99,