Skip to content

Commit 50cb6f0

Browse files
committed
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.
1 parent 537ed6b commit 50cb6f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

main/install/configuration.dist.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -774,6 +774,11 @@
774774
// Send welcome message by email and to the chamilo inbox BT#14034
775775
//$_configuration['send_inscription_msg_to_inbox'] = false;
776776

777+
// Allow administrators to see personal messages between a teacher and a student.
778+
// Please make sure you include a note in your terms and conditions as this might
779+
// affect privacy protection.
780+
//$_configuration['allow_user_message_tracking'] = false;
781+
777782

778783
// ------ Custom DB changes
779784
// Add user activation by confirmation email

0 commit comments

Comments
 (0)