Add support for tracking more SFTP specific events
This commit is contained in:
parent
2e01891074
commit
33ab762f5a
5 changed files with 38 additions and 11 deletions
|
@ -16,6 +16,10 @@ return [
|
|||
'recovery-token' => 'Used two-factor recovery token',
|
||||
'token' => 'Solved two-factor challenge',
|
||||
'ip-blocked' => 'Blocked request from unlisted IP address for :identifier',
|
||||
'sftp' => [
|
||||
'success' => 'Logged in using SFTP',
|
||||
'fail' => 'Failed SFTP log in',
|
||||
],
|
||||
],
|
||||
'user' => [
|
||||
'account' => [
|
||||
|
@ -96,6 +100,9 @@ return [
|
|||
'update' => 'Updated the ":action" task for the :name schedule',
|
||||
'delete' => 'Deleted a task for the :name schedule',
|
||||
],
|
||||
'sftp' => [
|
||||
'denied' => 'Blocked SFTP access due to permissions',
|
||||
],
|
||||
'settings' => [
|
||||
'rename' => 'Renamed the server from :old to :new',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue