mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
libranet: add activity info to config
This commit is contained in:
parent
f3b154cb6b
commit
4dd2d7a387
1 changed files with 12 additions and 0 deletions
|
@ -27,6 +27,18 @@ caps:
|
|||
music-search: [q]
|
||||
book-search: [q]
|
||||
|
||||
settings:
|
||||
- name: username
|
||||
type: text
|
||||
label: Username
|
||||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
- name: info_activity
|
||||
type: info
|
||||
label: Account Inactivity
|
||||
default: "If you do not visit the site for 90 days, the system may delete it due to inactivity."
|
||||
|
||||
login:
|
||||
path: takelogin.php
|
||||
method: post
|
||||
|
|
Loading…
Add table
Reference in a new issue