Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted August 9, 200519 yr In the ACP Home, a non-root admin can see IP addresses in box "Administrators Using ACP".Solution In the file sources/action_admin/index.php, add code in red :else { $r['_click'] = sprintf("%0d", ($r['_click'] / 60) ) . " minutes ago"; } [color="#FF0000"] if ( $this->ipsclass->member['mgroup'] != $this->ipsclass->vars['admin_group'] ) { $r['session_ip_address'] = "Private"; }[/color] :)
August 9, 200519 yr This is most likely considered a feature suggestion because it was this way in all previous versions, however I agree regular admins shouldn't see root admin's IPs in the ACP, no matter their group.
August 9, 200519 yr I speak about admins restricted to certain tabs/features (ACP Permission Restrictions). :)
August 10, 200519 yr Then have it as an admin restriction, where a root can allow (or not allow) the viewing of ROOT's IP's. :D But still, should be a feature suggestion if it's always been this way.
August 12, 200519 yr It would be a security enhancement, especially with the new limited-APC access features of 2.1. :thumbsup:
August 12, 200519 yr I would say it would be a feature suggestion to make it an option, but it shouldn't be standard.
Archived
This topic is now archived and is closed to further replies.