We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b179a commit 709f388Copy full SHA for 709f388
main/install/configuration.dist.php
@@ -286,3 +286,6 @@
286
//$_configuration['cookie_warning'] = false;
287
// Allows a comment field in the course calendar events. Requires DB change
288
//$_configuration['allow_agenda_event_comment'] = false;
289
+// Filters administration users lists by the session admin who created them.
290
+// Change to 'false' to restrict the visibility
291
+//$_configuration['allow_session_admins_to_manage_all_users'] = true;
0 commit comments