mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
CTR: add activity info to config
This commit is contained in:
parent
92bf7d4dad
commit
398d71f48d
2 changed files with 8 additions and 0 deletions
|
@ -55,6 +55,10 @@ settings:
|
|||
options:
|
||||
desc: desc
|
||||
asc: asc
|
||||
- name: info_activity
|
||||
type: info
|
||||
label: Account Inactivity
|
||||
default: "New members must generate some torrent activity (upload, download, or cross-seed) in their account within the first 30 days of joining, otherwise their account will be automatically disabled."
|
||||
|
||||
login:
|
||||
path: login
|
||||
|
|
|
@ -52,6 +52,10 @@ settings:
|
|||
options:
|
||||
desc: desc
|
||||
asc: asc
|
||||
- name: info_activity
|
||||
type: info
|
||||
label: Account Inactivity
|
||||
default: "New members must generate some torrent activity (upload, download, or cross-seed) in their account within the first 30 days of joining, otherwise their account will be automatically disabled."
|
||||
|
||||
login:
|
||||
method: cookie
|
||||
|
|
Loading…
Add table
Reference in a new issue