mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
torrenting: Fix login (#8061)
This commit is contained in:
parent
783aa104c4
commit
3a513da0ea
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
login:
|
||||
path: login.php
|
||||
method: form
|
||||
form: form[action="secure.php"]
|
||||
form: form[action="do-login.php"]
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
|
|
Loading…
Reference in a new issue