Interworx login security?

Is there anyway to know when I have logged in? I have a suspicion that someone is gaining access to my control panel or phpMyAdmin. Do either of these log logins?

Not sure the answer to your question, but if you think you have been compromised you should definitely change your password.

Thanks, I’ll do that, but I really would like to prove that someone is doing this.

Well, there’s no explicit log, but you could sniff through the access.log for a vague idea.

more access.log | grep nodeworx/index.php?action=login

That will show you when someone tried to log in, though it won’t tell you if they were successful or what account they attempted.

Tim

Might be an idea for future version, to keep last 5 IPs that logged into Nodeworx along with date and time stamp.