Log failed login attempts
This commit is contained in:
@@ -145,13 +145,14 @@
|
||||
<table class="display login_log_table" id="login_log_table" width="100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th align="left" id="timestamp">Timestamp</th>
|
||||
<th align="left" id="friendly_name">User</th>
|
||||
<th align="left" id="user_group">User Group</th>
|
||||
<th align="left" id="ip_address">IP Address</th>
|
||||
<th align="left" id="host">Host</th>
|
||||
<th align="left" id="os">Operating System</th>
|
||||
<th align="left" id="browser">Browser</th>
|
||||
<th align="left" id="login_timestamp">Timestamp</th>
|
||||
<th align="left" id="login_friendly_name">User</th>
|
||||
<th align="left" id="login_user_group">User Group</th>
|
||||
<th align="left" id="login_ip_address">IP Address</th>
|
||||
<th align="left" id="login_host">Host</th>
|
||||
<th align="left" id="login_os">Operating System</th>
|
||||
<th align="left" id="login_browser">Browser</th>
|
||||
<th align="left" id="login_success"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody></tbody>
|
||||
|
Reference in New Issue
Block a user