User log

In the User Log view, you can access the login sessions. A login session is created 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.
To access the User Log view, all workspaces must be closed. If you want to see a log for a specific workspace, in that workspace, click Members > Member Log.

You can view the login sessions in six ways:

Table 1. User log options
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. If you prefer to display the user name, select Advanced > SQL and execute the following query: update projectsetting set value='true' where name='session.log.clearusername'. Then, clear the cache in Advanced > Caches > Settings field.

Note: The query does not reveal the masked user names of the existing failed login entries.

Feedback