Hey,
I'm wondering if there is an IP logging feature in Evo 1.0.2 for back-end access? I ask because somebody got hold of a password and then manually deleted an entire site. I've done some investigation and it doesn't seem that this is the case but confirmation can't hurt.
Thanks
Open the database and view "modx_active_users" should show IP last recorded!
// But you might have logged in afterwards with that same username... In that case the server log
for access to login.processor.php might help
-------------------------
The manager keeps an action log but it does not store manager IP.
Would be nice:
http://tracker.modx.com/issues/10053
But ip is not part of the user attribute table.
[ed. note: mrhaw last edited this post 12 years, 11 months ago.]
I think Evo has an OnManagerLogin System Event, so you could record the IP in the Manager Actions log, a file, a chunk, or elsewhere in a plugin attached to that event. Of course that's not going to give you information from past logins, but it might be nice to know in the future if it happens again.
Is there a way to see what was the ip of a manager user the last time he logged in ?
Quote from: athant at Jul 04, 2014, 03:35 AMIs there a way to see what was the ip of a manager user the last time he logged in ?
Did you see my reply above?