User activity log?

Hello,
I need help to know that each user makes within my website ojs

Thanks

Hi @eddycpz,

There’s no specific user activity log. What kind of information do you need to see? The best approach might be to use the Journal Manager’s “Log In As” feature, to impersonate the user, or alternately to determine what IP address they’re using and then track their activity in the web server’s access log.

Regards,
Alec Smecher
Public Knowledge Project Team

Hi @asmecher.
The specific problem is that there are multiple users with editor role and need to detect who eliminated a site information magazine.

Thanks
Eddy Carolina P.

Hi @eddycpz,

The best way to identify that would be to review your web server’s access logs.

Regards,
Alec Smecher
Public Knowledge Project Team

Thanks @asmecher

I did this procedure but I managed to detect the day but not the user. :wink:

Hi @eddycpz,

The IP address will be logged in the web server access log; see if you can correlate that against an entry in the sessions table. That will match an IP address to a user_id, which you can look up in the users table to determine identity.

Regards,
Alec Smecher
Public Knowledge Project Team