Log failed login attempts

This commit is contained in:
JonnyWong16 2017-09-30 23:34:46 -07:00
commit 39da58d3bc
5 changed files with 63 additions and 17 deletions

View file

@ -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>