diff --git a/core/users/app_menu.php b/core/users/app_menu.php index 7857795a35..b36ef14178 100644 --- a/core/users/app_menu.php +++ b/core/users/app_menu.php @@ -48,8 +48,9 @@ $apps[$x]['menu'][$y]['parent_uuid'] = "02194288-6d56-6d3e-0b1a-d53a2bc10788"; $apps[$x]['menu'][$y]['category'] = "internal"; $apps[$x]['menu'][$y]['path'] = "/core/users/user_edit.php?id=user"; - $apps[$x]['menu'][$y]['groups'][] = "user"; - $apps[$x]['menu'][$y]['groups'][] = "admin"; $apps[$x]['menu'][$y]['groups'][] = "superadmin"; + $apps[$x]['menu'][$y]['groups'][] = "admin"; + $apps[$x]['menu'][$y]['groups'][] = "user"; + $apps[$x]['menu'][$y]['groups'][] = "agent"; ?>