diff --git a/plugins/management/acl/class_aclManagement.inc b/plugins/management/acl/class_aclManagement.inc
index 9d8c0c4039a50312eeb6d0a74085a9e6ba119b0b..7074c9220db7b12dd1650bd97175f3d67adbb58d 100644
--- a/plugins/management/acl/class_aclManagement.inc
+++ b/plugins/management/acl/class_aclManagement.inc
@@ -147,8 +147,8 @@ class aclManagement extends management
       'plTitle'       => _('ACL assignments management'),
       'plDescription' => _('Manage ACL roles assignments to users'),
       'plIcon'        => 'geticon.php?context=categories&icon=acl&size=48',
-      'plSection'     => 'accounts',
-      'plPriority'    => 28,
+      'plSection'     => 'accessControl',
+      'plPriority'    => 2,
       'plManages'     => ['aclAssignment'],
 
       'plProvidedAcls' => []
diff --git a/plugins/management/aclrole/class_aclRoleManagement.inc b/plugins/management/aclrole/class_aclRoleManagement.inc
index b17c194bee2c50f882b2dc09f047b6d379e5a69f..8188360fd0f53b49f99237ed183c974f883df30c 100644
--- a/plugins/management/aclrole/class_aclRoleManagement.inc
+++ b/plugins/management/aclrole/class_aclRoleManagement.inc
@@ -27,8 +27,8 @@ class aclRoleManagement extends management
       'plTitle'       => _('ACL roles management'),
       'plDescription' => _('Manage ACL roles'),
       'plIcon'        => 'geticon.php?context=categories&icon=acl&size=48',
-      'plSection'     => 'accounts',
-      'plPriority'    => 27,
+      'plSection'     => ['accessControl' => ['name' => _('Access Control'), 'priority' => 11]],
+      'plPriority'    => 1,
       'plCategory'    => ['acl'],
       'plManages'     => ['aclRole'],