diff --git a/core/users/app_config.php b/core/users/app_config.php index fd94934028..f4f83282ea 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -80,6 +80,9 @@ $apps[$x]['permissions'][$y]['name'] = "api_key"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; $apps[$x]['permissions'][$y]['groups'][] = "admin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "view_users"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; //default settings $y=0;