mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
hdbits: untested fix for login issue #12120
This commit is contained in:
@@ -32,6 +32,10 @@ login:
|
|||||||
inputs:
|
inputs:
|
||||||
uname: "{{ .Config.username }}"
|
uname: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
|
selectorinputs:
|
||||||
|
csrf:
|
||||||
|
selector: input[name="csrf"]
|
||||||
|
attribute: value
|
||||||
error:
|
error:
|
||||||
- selector: table.main:contains("Login Failed!")
|
- selector: table.main:contains("Login Failed!")
|
||||||
test:
|
test:
|
||||||
|
Reference in New Issue
Block a user