From 0013d7dee1f9f9063de3fa742fafb3b052c6815c Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Fri, 6 Dec 2024 14:17:31 +1300 Subject: [PATCH] Revert "hdclone: update info on account inactivity. #15703" This reverts commit 140fe71cbe7fa116cd418f210799ce05b7f0724e. --- src/Jackett.Common/Definitions/hdclone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/hdclone.yml b/src/Jackett.Common/Definitions/hdclone.yml index 7d7f6dab9..146940244 100644 --- a/src/Jackett.Common/Definitions/hdclone.yml +++ b/src/Jackett.Common/Definitions/hdclone.yml @@ -68,7 +68,7 @@ settings: - name: info_activity type: info label: Account Inactivity - default: "Account retention rules:
  1. Veteran User and above will be retained forever
  2. Elite User and above will not have their account deleted after parking (in the control panel)
  3. Users with a non-parked account will be deleted if they do not log in for 150 consecutive days
  4. Users who have no traffic (i.e. upload/download data are both 0) will be deleted if they do not log in for 100 consecutive days.
" + default: "Account retention rules:
  1. Veteran User and above will be retained forever
  2. Elite User and above will not have their account deleted after parking (in the control panel)
  3. Users with a parked account will be deleted if they do not log in for 80 consecutive days
  4. Users with a non-parked account will be deleted if they do not log in for 60 consecutive days
  5. Users who have no traffic (i.e. upload/download data are both 0) will be deleted if they do not log in for 10 consecutive days.
" login: path: login.php