|
|
|
|
@ -1024,9 +1024,18 @@ VALUES (2, 13, 'session_courses_read_only_mode', 'Lock Course In Session', 1, 1, |
|
|
|
|
// Allow my personal files link in the homepage |
|
|
|
|
// $_configuration['allow_my_files_link_in_homepage'] = false; |
|
|
|
|
|
|
|
|
|
// This option sets default parameters in the main/session/session_import.php |
|
|
|
|
/*$_configuration['session_import_settings'] = [ |
|
|
|
|
'options' => [ |
|
|
|
|
'session_exists_default_option' => '1', |
|
|
|
|
'send_mail_default_option' => '1', |
|
|
|
|
] |
|
|
|
|
];*/ |
|
|
|
|
|
|
|
|
|
// ------ Custom DB changes (keep this at the end) |
|
|
|
|
// Add user activation by confirmation email |
|
|
|
|
// This option prevents the new user to login in the platform if your account is not confirmed via email |
|
|
|
|
// You need add a new option called "confirmation" to the registration settings |
|
|
|
|
//INSERT INTO settings_options (variable, value, display_text) VALUES ('allow_registration', 'confirmation', 'MailConfirmation'); |
|
|
|
|
// ------ (End) Custom DB changes |
|
|
|
|
|
|
|
|
|
|