1
0
Fork 0
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:
Dustin Williams 2020-04-06 17:15:35 -04:00 committed by GitHub
parent 783aa104c4
commit 3a513da0ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"