Nameless
Nameless copied to clipboard
Show other users with same IP address on lookup page
As the title says, fix up the IP lookup page as atm its kind of a mess with each IP being displayed twice for some reason. Maybe also add a "preview" to the Found 7 IPs for user example so that instead of having to click onto the IPs it says something like "Other Accounts on this IP:" underneath.
Atm the page looks like this:
But I think it might work better like this:
as then if someone had 10+ IPs you wouldnt need to click in on all of them to see if theres other account using the IP(s).
Great ideas, appriciate the time you took for it.
Can't reproduce the issue with IP addresses being displayed twice, but I agree the page in general could do with a bit of attention
Soemthing else that would be nice to have and easy to implement would be to log the date each IP was last used and display it beside each IP here - maybe change this to a table.
Additionally, we should change the "IP Address" label of the user view page in StaffCP to say "Latest IP Address".
I think that changing how we store IPs internally would be nice cleanup for this too, instead of storing a lastip column for users, maybe we can instead just use the IP in the users_ips table with the most recent timestamp.