Browse Source

Add section for custom DB changes

Angel Fernando Quiroz Campos 7 years ago
parent
commit
63a59f578b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      main/install/configuration.dist.php

+ 2 - 0
main/install/configuration.dist.php

@@ -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