Log when an API key is blocked due to IP restrictions
This commit is contained in:
parent
0be96cfd26
commit
6ffe5730da
2 changed files with 8 additions and 0 deletions
|
@ -15,6 +15,7 @@ return [
|
|||
'checkpoint' => 'Two-factor authentication requested',
|
||||
'recovery-token' => 'Used two-factor recovery token',
|
||||
'token' => 'Solved two-factor challenge',
|
||||
'ip-blocked' => 'Blocked request from unlisted IP address for <strong>:identifier</strong>',
|
||||
],
|
||||
'user' => [
|
||||
'account' => [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue