mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 02:39:26 +00:00
xwtorrents: Site's login has changed. resolves #7339
This commit is contained in:
parent
124fbf7c1b
commit
525f58eb1d
1 changed files with 2 additions and 1 deletions
|
@ -94,11 +94,12 @@
|
||||||
"asc": "asc"
|
"asc": "asc"
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: tlogin.php
|
path: takelogin.php
|
||||||
method: post
|
method: post
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
|
returnto: "/"
|
||||||
error:
|
error:
|
||||||
- selector: table.main:contains("Login failed!")
|
- selector: table.main:contains("Login failed!")
|
||||||
message:
|
message:
|
||||||
|
|
Loading…
Reference in a new issue