assorted: adding comment re: using cookie method

This commit is contained in:
Garfield69
2024-10-14 21:19:45 +13:00
parent 861a6ed1cb
commit ad26f91ecd
12 changed files with 12 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ settings:
default: "Users who have been inactive for more than 25 weeks are automatically deleted."
login:
# using cookie method because login page is using some some hidden security check
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"

View File

@@ -78,6 +78,7 @@ settings:
default: For best results, change the <b>Tоренти на страница:</b> setting to <b>100</b> on your account profile. The default is <i>20</i>.
login:
# using cookie method because login page has embedded Google reCAPTCHA
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"

View File

@@ -65,6 +65,7 @@ caps:
book-search: [q]
settings:
# using cookie method because I could not get the form method to work when converting broken C# indexer to yaml #15527
- name: cookie
type: text
label: Cookie

View File

@@ -75,6 +75,7 @@ settings:
default: "Account retention rules:<ul><li>Sixth degree burn (Extreme User) and above will be retained forever</li><li>Second degree burn (Elite User) and above have their accounts parked (in the control panel) for 60 consecutive days If you do not log in for 60 days, your account will be deleted</li><li>Users who have parked their accounts and do not log in for 60 consecutive days will have their accounts deleted</li><li>Users who have not parked their accounts will have their accounts deleted if they do not log in for 60 consecutive days</li><li>Users without traffic (i.e. upload / download data are all 0) If you do not log in for 14 consecutive days, your account will be deleted.</li></ul>"
login:
# using cookie method because site regularly disables login page for certain events during the year
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"

View File

@@ -64,6 +64,7 @@ settings:
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile. Default is 50.
login:
# switched from the form method to the cookie method due to https://github.com/Prowlarr/Prowlarr/issues/792
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"

View File

@@ -64,6 +64,7 @@ settings:
default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:<ol><li>Veteran User or above would never be deleted</li><li>Elite User or above would never be deleted if parked (at User CP)</li><li>Parked accounts would be deleted if users have not logged in for more than 400 days in a row</li><li>Un-parked accounts would be deleted if users have not logged in for more than 150 days in a row</li><li>Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 7 days in a row.</li></ol>"
login:
# switched from the form method to the cookie method due to #8881
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"

View File

@@ -114,6 +114,7 @@ settings:
a: asc
login:
# switched from the form method to the cookie method in Nov 2020, reason not provided
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"

View File

@@ -77,6 +77,7 @@ settings:
default: "Account retention rules:<ul><li>Nexus Master users and above will be retained forever</li><li>Elite User users and above 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 180 consecutive days</li><li>Users whose accounts have not been parked will have their accounts deleted if they do not log in for 90 consecutive days</li><li>Users who have no traffic for 7 consecutive days or who have not logged in for 30 consecutive days (that is, the upload/download data are both 0) will be automatically banned by the system.</li></ul>"
login:
# using cookie method because site regularly disables login page for certain events during the year #14310
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"

View File

@@ -64,6 +64,7 @@ caps:
book-search: [q]
settings:
# using cookie method because login page can present second page for 2FA when enabled
- name: cookie
type: text
label: Cookie

View File

@@ -67,6 +67,7 @@ settings:
default: "12 weeks exactly. You will need to log in before that amount of time has elapsed to keep your account active."
login:
# using cookie method because login page has embedded Google reCAPTCHA
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"

View File

@@ -73,6 +73,7 @@ settings:
default: "Account retention rules:<ol><li>All accounts will be permanently protected and will not be deleted; however, due to site security, some users will be temporarily banned due to activity rules</li><li>New users with no traffic changes will be disabled after 7 days of registration (not the actual download volume)</li><li>Those who download free torrents without generating any upload volume, or simply auxiliary torrents that generate magic power without any uploads will still be banned</li><li>Users with a non-parked account will be disabled if they do not log in for 60 consecutive days</li><li>Users with a parked account will be disabled if they do not log in for 180 consecutive days</li><li>Angora/Veteran User and above will not be disabled after parking</li><li>Sichuan Jianzhou Cat/Nexus Master users and above will be retained forever.</li></ol>"
login:
# using cookie method because login page has embedded Clouflare turnstile
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"

View File

@@ -47,6 +47,7 @@ settings:
default: For best results, change the <b>Torrents per page:</b> setting to <b>100</b> on your account profile.
login:
# using cookie method because I could not get the form method to work when I first created the indexer, some hidden security check
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"