EventManager: allow to check for inactive users

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-03-04 19:48:10 +01:00
parent 8b2188fcb6
commit 4d357a6a57
17 changed files with 556 additions and 26 deletions

View File

@@ -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"
},