mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
assorted: update activity info to config
This commit is contained in:
parent
a6d074cb63
commit
631bb0eabd
3 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ settings:
|
|||
- name: info_activity
|
||||
type: info
|
||||
label: Account Inactivity
|
||||
default: "Account retention rules:<ol><li>Users with Extreme User and above levels will be retained forever</li><li>Users with Extreme User and above levels will not have their accounts deleted after parking their accounts</li><li>Users who have parked their accounts will be banned if they do not log in for 365 consecutive days</li><li>Users whose accounts have not been sealed will be banned if they do not log in for 180 consecutive days</li><li>Users with no traffic (that is, upload/download data are both 0) will have their accounts banned if they do not log in for 10 consecutive days.</li></ol>"
|
||||
default: "Account retention rules:<ol><li>Users with Extreme User and above will be retained forever</li><li>Users with Extreme User and above will not have their accounts deleted after parking their accounts</li><li>Users who have parked their accounts will be banned if they do not log in for 365 consecutive days</li><li>Users whose accounts have not been sealed will be banned if they do not log in for 180 consecutive days</li><li>Users with no traffic (that is, upload/download data are both 0) will have their accounts banned if they do not log in for 10 consecutive days.</li></ol>"
|
||||
|
||||
login:
|
||||
path: login.php
|
||||
|
|
|
@ -64,7 +64,7 @@ settings:
|
|||
- name: info_activity
|
||||
type: info
|
||||
label: Account Inactivity
|
||||
default: "Banning rules for account inactivity:<ol><li>Within 180 days, an account is considered active if it meets any of the following conditions: has checked in for at least 1 day; has published at least 1 seed, fun box or new forum topic (non-reply); actually uploaded increments > 5TiB and the seeding integral increment is > 30W</li><li>Users of Megatron level and above ignore the inactivity rules and will keep their accounts forever</li><li>Users with Sword Down the Mountain and above levels will not be disabled due to inactivity after parking their accounts in the control panel</li><li>Un-parked accounts below the level of Megatron will be disabled if they have been 'inactive' for 180 consecutive days (Effective from 2024).</li><li>Accounts parked below the level of Down the Mountain with a Sword will be disabled if they are 'inactive' for 300 consecutive days (Effective from 2024).</li></ol>"
|
||||
default: "Banning rules for account inactivity:<ol><li>Within 180 days, an account is considered active if it meets any of the following conditions: has checked in for at least 1 day; has published at least 1 seed, fun box or new forum topic (non-reply); actually uploaded increments > 5TiB and the seeding integral increment is > 30W</li><li>Users of Megatron level and above ignore the inactivity rules and will keep their accounts forever</li><li>Users with Sword Down the Mountain and above will not be disabled due to inactivity after parking their accounts in the control panel</li><li>Un-parked accounts below the level of Megatron will be disabled if they have been 'inactive' for 180 consecutive days (Effective from 2024).</li><li>Accounts parked below the level of Down the Mountain with a Sword will be disabled if they are 'inactive' for 300 consecutive days (Effective from 2024).</li></ol>"
|
||||
|
||||
login:
|
||||
path: takelogin.php
|
||||
|
|
|
@ -66,7 +66,7 @@ settings:
|
|||
- name: info_activity
|
||||
type: info
|
||||
label: Account Inactivity
|
||||
default: "Account retention rules:<ol><li>Users with Dou Sheng and above levels will be retained forever</li><li>Dou Huang and above level users will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 180 consecutive days</li><li>Users whose accounts have not been parked will have their accounts banned if they do not log in for 45 consecutive days</li><li>Users with no traffic (ie, upload/download data are both 0) will have their accounts banned if they do not log in for 7 consecutive days.</li></ol>"
|
||||
default: "Account retention rules:<ol><li>Users with Dou Sheng and above will be retained forever</li><li>Dou Huang and above will not have their accounts deleted after parking their accounts (in the control panel)</li><li>Users who have parked their accounts will be deleted if they do not log in for 180 consecutive days</li><li>Users whose accounts have not been parked will have their accounts banned if they do not log in for 45 consecutive days</li><li>Users with no traffic (ie, upload/download data are both 0) will have their accounts banned if they do not log in for 7 consecutive days.</li></ol>"
|
||||
|
||||
login:
|
||||
method: cookie
|
||||
|
|
Loading…
Add table
Reference in a new issue