agsvpt: add www. domain, change to post login

This commit is contained in:
ilike2burnthing
2024-03-17 09:02:28 +00:00
committed by GitHub
parent 96ab3cbb8a
commit 2be98aecab

View File

@@ -7,6 +7,7 @@ type: private
encoding: UTF-8 encoding: UTF-8
requestDelay: 2 requestDelay: 2
links: links:
- https://www.agsvpt.com/
- https://abroad.agsvpt.com/ - https://abroad.agsvpt.com/
caps: caps:
@@ -80,9 +81,8 @@ settings:
default: "Account retention rules:<ol><li>Elite User and above will not have their account deleted after parking (in the Control Panel)</li><li>Users who do not log in for 400 consecutive days will be disabled.</li><li>Users with a parked account will be disabled if they do not log in for 150 consecutive days</li><li>Users who have no traffic (i.e., uploading/downloading data is 0) within 7 days of new registration will be disabled</li><li>Users with no traffic (i.e. both upload/download data is 0) who do not log in for 30 consecutive days will be disabled.</li></ol>" default: "Account retention rules:<ol><li>Elite User and above will not have their account deleted after parking (in the Control Panel)</li><li>Users who do not log in for 400 consecutive days will be disabled.</li><li>Users with a parked account will be disabled if they do not log in for 150 consecutive days</li><li>Users who have no traffic (i.e., uploading/downloading data is 0) within 7 days of new registration will be disabled</li><li>Users with no traffic (i.e. both upload/download data is 0) who do not log in for 30 consecutive days will be disabled.</li></ol>"
login: login:
path: agsvpt path: takelogin.php
method: form method: post
form: form[action="takelogin.php"]
inputs: inputs:
secret: "" secret: ""
username: "{{ .Config.username }}" username: "{{ .Config.username }}"