mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 14:14:25 +00:00
peersfm: add activity info to config
This commit is contained in:
parent
776c6e82ac
commit
dc0700169f
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ settings:
|
|||
options:
|
||||
desc: desc
|
||||
asc: asc
|
||||
- name: info_activity
|
||||
type: info
|
||||
label: Account Inactivity
|
||||
default: "When are accounts automatically deleted?<ol><li>Activated accounts with zero download/share values are deleted 30 days after registration</li><li>Unbanned accounts (active accounts) of the User class are deleted after 120 days have passed since the last recorded activity</li><li>Unbanned accounts (active accounts) of the Power User class are deleted after 180 days from the last recorded activity</li><li>You should also keep in mind that the administration regularly deletes accounts with very low ratings.</li></ol>"
|
||||
|
||||
login:
|
||||
path: takelogin.php
|
||||
|
|
Loading…
Add table
Reference in a new issue