@crazycells Looks like I forgot to publish persona theme, you can install persona 11.4.3 to get it.
List all user IPs.
-
I think the old profile page used to list the ips recently used by a user. I wanted to look up the whole list from the ACP, but it doesn't appear to be a thing, maybe I'm missing it somewhere?
I'm sure I could add it myself if others think it might be a useful feature and it's not already there.
-
I think there should be a complete custom page for /admin/user/xyz since the information about user activity and details should be available for the admin regardless of the theme.
-
Until we bring it back in the UI, you can grab it from the database with the key
uid:<uid>:ip
Redis
zrange uid:1:ip 0 -1
MongoDB
db.objects.find({_key: "uid:1:ip"}).sort({score: 1});
-
@frissdiegurke Very much yes!