diff --git a/core/users/app_config.php b/core/users/app_config.php index 1600d2781f..4ef6916490 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -71,6 +71,10 @@ $y++; $apps[$x]['permissions'][$y]['name'] = "user_setting_category_edit"; $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $y++; + $apps[$x]['permissions'][$y]['name'] = "api_key"; + $apps[$x]['permissions'][$y]['groups'][] = "superadmin"; + $apps[$x]['permissions'][$y]['groups'][] = "admin"; //default settings $y=0;