diff --git a/core/users/app_config.php b/core/users/app_config.php index 931b782218..845d0cbd71 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -80,7 +80,6 @@ $y++; $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";