mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
dasunerwartete: fix login handling, add PIN (#10827)
This commit is contained in:
@@ -61,6 +61,9 @@ settings:
|
|||||||
- name: password
|
- name: password
|
||||||
type: password
|
type: password
|
||||||
label: Password
|
label: Password
|
||||||
|
- name: pin
|
||||||
|
type: text
|
||||||
|
label: Pin
|
||||||
|
|
||||||
login:
|
login:
|
||||||
path: login.php
|
path: login.php
|
||||||
@@ -69,8 +72,9 @@ login:
|
|||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
|
pin: "{{ .Config.pin }}"
|
||||||
error:
|
error:
|
||||||
- selector: .tablea:contains("Benutzername oder Passwort ungültig")
|
- selector: .tablea:contains("Benutzername, Passwort oder Pin ungültig")
|
||||||
test:
|
test:
|
||||||
path: browse.php
|
path: browse.php
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user