mirror of https://github.com/Jackett/Jackett
haidan: add activity info to config
This commit is contained in:
parent
52d23915a8
commit
f98d1a886a
|
@ -63,6 +63,10 @@ settings:
|
|||
type: info
|
||||
label: Alert
|
||||
default: HaiDan has switched to a <b>group</b> torrent list, which means this Indexer can only display the first item in each group.<br>This <b>yml</b> Indexer will eventually be re-written in c# as soon as a c# dev volunteers, to display all items in a group.
|
||||
- name: info_activity
|
||||
type: info
|
||||
label: Account Inactivity
|
||||
default: "Account retention rules:<ul><li>Veteran User and above users will be retained forever</li><li>Elite User and above 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 400 consecutive days.</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 150 consecutive days</li><li>Users with no traffic (ie, upload/download data are both 0) will have their accounts deleted if they do not log in for 100 consecutive days.</li></ul>"
|
||||
|
||||
login:
|
||||
path: login.php
|
||||
|
|
Loading…
Reference in New Issue