diff --git a/admin/manage_users.php b/admin/manage_users.php index d7a62b97..8867d1bd 100644 --- a/admin/manage_users.php +++ b/admin/manage_users.php @@ -97,6 +97,7 @@ $default_userdata = array( 'active' => 1, 'categories' => array('1'), 'features' => array('can_view_tickets','can_reply_tickets','can_change_cat','can_assign_self','can_view_unassigned','can_view_online'), + 'can_manage_settings' => 0, // Preferences 'afterreply' => 0, diff --git a/inc/profile_functions.inc.php b/inc/profile_functions.inc.php index 25f9089b..70ff79bd 100644 --- a/inc/profile_functions.inc.php +++ b/inc/profile_functions.inc.php @@ -92,13 +92,13 @@ function hesk_profile_tab($session_array='new',$is_profile_page=true,$action='pr
- +
- +