dark-shadow: new login

This commit is contained in:
Garfield69
2025-01-04 05:36:39 +13:00
parent f89b5db4e7
commit b96db2b5e7

View File

@@ -82,13 +82,13 @@ settings:
login: login:
path: login.php path: login.php
method: form method: form
form: form[action="/login.php"] form: form
cookies: ["JAVA=OK"] # avoid jscheck redirect
inputs: inputs:
username: "{{ .Config.username }}" login_identifier: "{{ .Config.username }}"
password: "{{ .Config.password }}" password: "{{ .Config.password }}"
loggiin: Login
error: error:
- selector: div#login_error - selector: div.error-message
test: test:
path: index.php path: index.php
selector: a[href="logout.php"] selector: a[href="logout.php"]