|
@@ -695,7 +695,9 @@ $_configuration['gradebook_badge_sidebar'] = [
|
|
|
// Allow session admin to read careers
|
|
|
//$_configuration['allow_session_admin_read_careers'] = true;
|
|
|
|
|
|
+// ------ Custom DB changes
|
|
|
// 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
|