Administering : Managing users : User log
  
User log
A log entry is generated every time a user logs in or fails to log in. The user log contains the name of the user, the time that the user logs in, and the host that is used.
In the User Log view, you can view the details of the login sessions.
1 Select Administration from the Users menu.
2 Click Users, and then click User Log to view the log.
You can sort the log entries in these ways:
 
Option
Description
All Sessions
Sorts all the sessions according to the date.
If the log contains many sessions, it might take a long time for the list to open.
Specific User
Lists the number of times each user has logged in.
To see details about each session, click either the user name or the bar next to the user name.
Specific Date
Lists the dates on which people logged in and the number of logins for each date.
To see a list of the users who logged in on a certain date, click the date or the bar next to the date.
Specific Month
Lists the months in which people logged in and the number of logins for each month.
To see a list of the users who logged in on a certain month, click the month or the bar next to the month.
Last Login
Lists the most recent date that each user logged in. The first user in the list is the user who logged in most recently.
Failed Logins
Lists all the recorded failed login attempts.
The user names are masked for the failed login entries in the user log. To display the user name, in the Administration page, click Advanced, and then SQL, and execute this query:
update projectsetting
set value='true' where
name='session.log.clearusername'
Clear the cache after executing the query: In the Administration page, click Advanced, and then click Caches. In the list of caches, click Clear corresponding to the Settings cache.
Note The query does not reveal the masked user names of the existing failed login entries.
See
Managing users