mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
EventManager: allow to check for inactive users
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -934,6 +934,12 @@
|
||||
"idp_template_required": "A user or admin template is required",
|
||||
"threshold": "Threshold",
|
||||
"threshold_help": "An email notification will be generated for users whose password expires in a number of days less than or equal to this threshold",
|
||||
"disable_threshold": "Disable threshold",
|
||||
"disable_threshold_help": "Inactivity in days, since last login or creation before disabling users",
|
||||
"delete_threshold": "Delete threshold",
|
||||
"delete_threshold_help": "Inactivity in days, since last login or creation before deleting users",
|
||||
"inactivity_threshold_required": "At least one inactivity threshold must be defined",
|
||||
"inactivity_thresholds_invalid": "The deletion threshold must be greater than the deactivation threshold",
|
||||
"idp_mode_add_update": "Create or update",
|
||||
"idp_mode_add": "Create if it doesn't exist",
|
||||
"template_user_help": "Template for SFTPGo users in JSON format. Placeholders are supported",
|
||||
@@ -984,6 +990,7 @@
|
||||
"filesystem": "Filesystem",
|
||||
"password_expiration_check": "Password expiration check",
|
||||
"user_expiration_check": "User expiration check",
|
||||
"user_inactivity_check": "User inactivity check",
|
||||
"idp_check": "Identity Provider account check",
|
||||
"command": "Command"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user