1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-26 17:58:49 +00:00

thefallingangels: Fix login. resolves #8830 (#8832)

This commit is contained in:
theonly112 2020-06-01 21:16:27 +02:00 committed by GitHub
parent bc9d02d2e8
commit 232e746fe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@ settings:
login:
path: login.php
method: form
form: form[action="/login.php"]
form: form[method="post"]
cookies: ["JAVA=OK"] # avoid jscheck redirect
inputs:
username: "{{ .Config.username }}"