Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi everyone,
How i see user historical ip list on Nodebb?
@cagatay Try https://domain.com/user/theuser/sessions
https://domain.com/user/theuser/sessions
Obviously, substitute domain.com with your real domain, and theuser with the user you actually want to target. Also check https://domain.com/user/theuser/info
domain.com
theuser
https://domain.com/user/theuser/info
@phenomlab thank you, very usefull.
@baris said in Reset All Users Skin Selection:
You need to clear the cache or restart nodebb since you are modifying the database via cli
perfect! I just tested and it worked. Thanks for your help!
https://github.com/NodeBB/NodeBB/issues/6366
@shery11 not yet 🙂 how about you ?
We do return the ip but only for admins and mods.
post.ip = topicPrivileges.isAdminOrMod ? post.ip : undefined; take a look here
Keep in mind IP tracking needs to be turned on in the ACP for this to work.
Yeah I'm running the latest stable. 0.7.3 a back-port would be great 🙂
'Which blows up your forum if they entered the registration queue'
Well said! 😄