mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
bitporn: add activity info to config
This commit is contained in:
parent
f136cffded
commit
3a9e2a03f7
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,10 @@ settings:
|
|||
type: info
|
||||
label: Results Per Page
|
||||
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
|
||||
- name: info_activity
|
||||
type: info
|
||||
label: Account Inactivity
|
||||
default: "Inactive accounts will be deleted based on the following rules:<ul><li>Elite-ranked or higher-ranked accounts are never deleted after parking (in the control panel).</li><li>Veteran-ranked or higher-ranked accounts are never deleted.</li><li>Parked accounts are deleted if users haven't logged in for more than 400 days.</li><li>Non-parked accounts are deleted if users haven't logged in for more than 150 days.</li><li>Accounts with both uploaded and downloaded quantities at 0 will be deleted if users haven't logged in for more than 100 consecutive days.</li></ul>"
|
||||
|
||||
login:
|
||||
path: takelogin.php
|
||||
|
|
Loading…
Add table
Reference in a new issue