mirror of
https://github.com/Jackett/Jackett
synced 2025-01-04 06:22:45 +00:00
dasunerwartete: fix login handling, add PIN (#10827)
This commit is contained in:
parent
fd35241d15
commit
cc5ad5001a
1 changed files with 5 additions and 1 deletions
|
@ -61,6 +61,9 @@ settings:
|
|||
- name: password
|
||||
type: password
|
||||
label: Password
|
||||
- name: pin
|
||||
type: text
|
||||
label: Pin
|
||||
|
||||
login:
|
||||
path: login.php
|
||||
|
@ -69,8 +72,9 @@ login:
|
|||
inputs:
|
||||
username: "{{ .Config.username }}"
|
||||
password: "{{ .Config.password }}"
|
||||
pin: "{{ .Config.pin }}"
|
||||
error:
|
||||
- selector: .tablea:contains("Benutzername oder Passwort ungültig")
|
||||
- selector: .tablea:contains("Benutzername, Passwort oder Pin ungültig")
|
||||
test:
|
||||
path: browse.php
|
||||
|
||||
|
|
Loading…
Reference in a new issue