Add setting for recording IP address (#1221)
* Add setting for recording IP address * Record IP on registration
This commit is contained in:
@@ -107,6 +107,10 @@
|
||||
<td>Flight Time</td>
|
||||
<td>@minutestotime($user->flight_time)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>IP Address</td>
|
||||
<td>{{ $user->last_ip ?? '-' }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Registered On</td>
|
||||
<td>{{ show_datetime($user->created_at) }}</td>
|
||||
|
||||
Reference in New Issue
Block a user