auth log more fields
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
[
|
||||
"username",
|
||||
"user",
|
||||
"ipAddress",
|
||||
"authenticationMethod",
|
||||
"createdAt",
|
||||
"portal",
|
||||
"requestUrl",
|
||||
"denialReason"
|
||||
"denialReason",
|
||||
"isDenied",
|
||||
"authTokenIsActive"
|
||||
]
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
[
|
||||
{"name":"username"},
|
||||
{"name":"isDenied", "widthPx": 100},
|
||||
{"name":"ipAddress", "width": 15},
|
||||
{"name":"ipAddress", "width": 14},
|
||||
{"name":"denialReason", "width": 22},
|
||||
{"name":"createdAt", "width": 15}
|
||||
{"name":"user", "width": 16},
|
||||
{"name":"createdAt", "width": 14}
|
||||
|
||||
]
|
||||
|
||||
@@ -72,8 +72,7 @@
|
||||
"links": {
|
||||
"user": {
|
||||
"type": "belongsTo",
|
||||
"entity": "User",
|
||||
"noJoin": true
|
||||
"entity": "User"
|
||||
},
|
||||
"portal": {
|
||||
"type": "belongsTo",
|
||||
|
||||
Reference in New Issue
Block a user