Fabien Posted August 9, 2005 Posted August 9, 2005 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] :)
Wolfie Posted August 9, 2005 Posted August 9, 2005 What if they're a root admin because of a secondary group?
Logan Posted August 9, 2005 Posted August 9, 2005 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.
Fabien Posted August 9, 2005 Posted August 9, 2005 I speak about admins restricted to certain tabs/features (ACP Permission Restrictions). :)
Wolfie Posted August 10, 2005 Posted August 10, 2005 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.
Management Matt Posted August 11, 2005 Management Posted August 11, 2005 This is not a bug in IPB but is more of a feature suggestion.
Why Two Kay Posted August 12, 2005 Posted August 12, 2005 It would be a security enhancement, especially with the new limited-APC access features of 2.1. :thumbsup:
.John. Posted August 12, 2005 Posted August 12, 2005 I would say it would be a feature suggestion to make it an option, but it shouldn't be standard.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.