Hi, how do i display when users logged in and out,from what ip adress,and what kind of actions they did ?
All my users are using the web interface.
Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Display user stats
-
- Posts: 904
- Joined: 09 Oct 2009, 18:49
Re: Display user stats
There is no logging of the web interface by default. There is some code on the forum/wiki somewhere that allows you to log failed login attempts. You could modify that so it logs all attempts.
Re: Display user stats
The command last can provide you with some of those details.
Code: Select all
man last
Re: Display user stats
the "last" command will NOT log entries via the web interface!