mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
betai: add activity info to config
This commit is contained in:
parent
4c682b5831
commit
f136cffded
1 changed files with 4 additions and 0 deletions
|
@ -57,6 +57,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: "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: takelogin.php
|
||||
|
|
Loading…
Add table
Reference in a new issue