Daniel,
Thank you for the response. I was able to find a post referring to joomla 1.0 but nothing for 1.5, how can I apply this to joomla 1.5? Thank you again.
Administrator can manage comments and access all settings uncommenting 'administrator' in this section of includes/gacl.class.php
// backend menus
//$this->_mos_add_acl( 'administration', 'config', 'users', 'administrator', null, null );
$this->_mos_add_acl( 'administration', 'config', 'users', 'super administrator', null, null );
changed to
// backend menus
$this->_mos_add_acl( 'administration', 'config', 'users', 'administrator', null, null );
$this->_mos_add_acl( 'administration', 'config', 'users', 'super administrator', null, null );
but I don't sure about all effects of this change, appears be safe