Skip to content

Commit 709f388

Browse files
committed
Add default setting for configuration.php for users list view filter for session admins - refs BT#9324
1 parent 79b179a commit 709f388

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main/install/configuration.dist.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,6 @@
286286
//$_configuration['cookie_warning'] = false;
287287
// Allows a comment field in the course calendar events. Requires DB change
288288
//$_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

Comments
 (0)