mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
insanetracker: new login.php page (#5105)
This commit is contained in:
@@ -46,14 +46,14 @@
|
|||||||
movie-search: [q, imdbid]
|
movie-search: [q, imdbid]
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: takelogin.php
|
path: login.php
|
||||||
method: post
|
method: post
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
notsecure: "1"
|
notsecure: "1"
|
||||||
error:
|
error:
|
||||||
- selector: div.login_error_content
|
- selector: div.login_error_content_text
|
||||||
test:
|
test:
|
||||||
path: browse.php
|
path: browse.php
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user