diff --git a/src/Jackett.Common/Definitions/audiences.yml b/src/Jackett.Common/Definitions/audiences.yml
index 05095c924..17ccbf950 100644
--- a/src/Jackett.Common/Definitions/audiences.yml
+++ b/src/Jackett.Common/Definitions/audiences.yml
@@ -65,7 +65,7 @@ settings:
default: "Account retention rules:
- Users with Extreme User and above will be retained forever
- Starting from 20230701, the non-login ban time will be adjusted to:
- (Home Alone) User - 40 days
- (Young and vigorous) Power User - 60 days
- (Children of Jianghu) Elite User - 80 days
- (Street Fighter) Crazy User - 100 days
- (non-stop) Insane User - 120 days
- (Outstanding Citizen) Veteran User - 180 days
- Users with no traffic (i.e. uploading/downloading data) If it is 0) If you do not log in for 7 consecutive days will be disabled
- 'Parked accounts' no longer enjoy the benefits of retaining accounts, and are also subject to the above rules.
"
login:
- # using cookie method because site has cloudflare challenge and flaresolverr is currently broken. Switch to standard nexus login when fixed.
+ # using cookie method because site regularly disables login page for certain events during the year
method: cookie
inputs:
cookie: "{{ .Config.cookie }}"
diff --git a/src/Jackett.Common/Definitions/ilolicon.yml b/src/Jackett.Common/Definitions/ilolicon.yml
index c0930147e..47b8146d8 100644
--- a/src/Jackett.Common/Definitions/ilolicon.yml
+++ b/src/Jackett.Common/Definitions/ilolicon.yml
@@ -63,6 +63,7 @@ settings:
default: "Cherish your user account. Inactive accounts would be deleted based on the following rules:- Veteran User or above would never be deleted.
- Elite User or above would never be deleted if parked (at User CP).
- Parked accounts would be deleted if users have not logged in for more than 400 days in a row.
- Unparked accounts would be deleted if users have not logged in for more than 150 days in a row.
- Accounts with both uploaded and downloaded amount being 0 would be deleted if users have not logged in for more than 100 days in a row.
"
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 }}"