Przeglądaj źródła

Add setting "allow_user_message_tracking" see BT#13924

Allow administrators to see personal messages between a
teacher and a student. Please make sure you include a note
in your terms and conditions as this might affect privacy protection.
jmontoyaa 7 lat temu
rodzic
commit
50cb6f058a
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      main/install/configuration.dist.php

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

@@ -774,6 +774,11 @@ ALTER TABLE skill_rel_item_rel_user ADD result_id INT DEFAULT NULL;
 // Send welcome message by email and to the chamilo inbox BT#14034
 //$_configuration['send_inscription_msg_to_inbox'] = false;
 
+// Allow administrators to see personal messages between a teacher and a student.
+// Please make sure you include a note in your terms and conditions as this might
+// affect privacy protection.
+//$_configuration['allow_user_message_tracking'] = false;
+
 
 // ------ Custom DB changes
 // Add user activation by confirmation email