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:
|
||||
uname: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
selectorinputs:
|
||||
csrf:
|
||||
selector: input[name="csrf"]
|
||||
attribute: value
|
||||
error:
|
||||
- selector: table.main:contains("Login Failed!")
|
||||
test:
|
||||
|
Reference in New Issue
Block a user