mirror of
https://github.com/Jackett/Jackett
synced 2025-02-25 15:42:48 +00:00
generationfree: site's login has changed. resolves #7341
This commit is contained in:
parent
525f58eb1d
commit
a1dde973fb
1 changed files with 2 additions and 2 deletions
|
@ -162,10 +162,10 @@
|
|||
path: account-login.php
|
||||
method: post
|
||||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
namelogin: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
error:
|
||||
- selector: td.tboxhead
|
||||
- selector: td#msgError
|
||||
test:
|
||||
path: index.php
|
||||
selector: a[href="account-logout.php"]
|
||||
|
|
Loading…
Reference in a new issue