1
0
Fork 0
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:
Fippsy 2021-01-16 00:55:48 +01:00 committed by GitHub
parent fd35241d15
commit cc5ad5001a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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