mirror of
https://github.com/Jackett/Jackett
synced 2025-03-10 22:23:20 +00:00
crazyhd: method form->post resolves #9022
This commit is contained in:
parent
e9c8c95d96
commit
cabb7391ca
1 changed files with 2 additions and 3 deletions
|
@ -110,9 +110,8 @@ settings:
|
||||||
"1": "asc"
|
"1": "asc"
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: index.php
|
path: index.php?page=login
|
||||||
method: form
|
method: post
|
||||||
form: form[action="index.php?page=login"]
|
|
||||||
inputs:
|
inputs:
|
||||||
uid: "{{ .Config.username }}"
|
uid: "{{ .Config.username }}"
|
||||||
pwd: "{{ .Config.password }}"
|
pwd: "{{ .Config.password }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue