IP for last login
-
I am working on a website which is going to have a whitelist of IP addresses people can access the website from and was thinking about the last login column we can activate on the Users table. Should we be able to show which IP they had when they last logged in? Should it maybe be an option, maybe a three part option: Do not show the last IP address, show an obfuscated IP address, show the whole IP address. And then in the colum it would show March 23, 2026 10:09am (172.*.*.1) or March 23, 2026 10:09am (172.0.0.1). The IP is already sent using a built-in PHP function, and there are some plugins which do this, but not in the same way as I’m thinking this plugin should be able to do it.
You must be logged in to reply to this topic.