mirror of https://github.com/Jackett/Jackett
crazyhd: update login. resolves #8924
This commit is contained in:
parent
ee0b5f1d98
commit
2d9ec2401b
|
@ -110,9 +110,9 @@ settings:
|
|||
"1": "asc"
|
||||
|
||||
login:
|
||||
path: index.php?page=login
|
||||
path: index.php
|
||||
method: form
|
||||
form: form[action^="index.php?page=login"]
|
||||
form: form[action="index.php?page=login"]
|
||||
inputs:
|
||||
uid: "{{ .Config.username }}"
|
||||
pwd: "{{ .Config.password }}"
|
||||
|
|
Loading…
Reference in New Issue