From b63fb4529d0776d0c634ccdb09338be55d2bf79b Mon Sep 17 00:00:00 2001 From: Garfield69 Date: Thu, 17 Apr 2025 05:39:49 +1200 Subject: [PATCH] afun: update inactivity info --- src/Jackett.Common/Definitions/afun.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Jackett.Common/Definitions/afun.yml b/src/Jackett.Common/Definitions/afun.yml index 3e1bc4e75..a01c8cd9a 100644 --- a/src/Jackett.Common/Definitions/afun.yml +++ b/src/Jackett.Common/Definitions/afun.yml @@ -69,7 +69,7 @@ settings: - name: info_activity type: info label: Account Inactivity - default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:
  1. Veteran User or above would never be deleted.
  2. Elite User or above would never be deleted if parked (at User CP).
  3. Parked accounts would be deleted if users have not logged in for more than 400 days in a row.
  4. Unparked accounts would be deleted if users have not logged in for more than 150 days in a row.
" + default: "Cherish your user account. Inactive accounts will be deleted based on the following rules:
  1. Veteran User or above will never be deleted.
  2. Elite User or above will never be deleted if parked (at User CP).
  3. Parked accounts will be deleted if users have not logged in for more than 400 days in a row.
  4. Unparked accounts will be deleted if users have not logged in for more than 150 days in a row.
  5. Accounts with both uploaded and downloaded amount being 0 will be deleted if users have not logged in for more than 100 days in a row.
" login: path: login.php