You can view the login sessions in six 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. If you prefer to display the user name, select and execute the following query: update projectsetting set value='true' where name='session.log.clearusername'. Then, clear the cache in field. Note: The query does not
reveal the masked user names of the existing failed login entries.
|