dasunerwartete: switch to form

To account for CSRF Tokens

Fixes #15644
This commit is contained in:
Bogdan
2024-10-14 20:02:29 +03:00
parent c773909ba6
commit 451e7a4e39

View File

@@ -110,8 +110,9 @@ settings:
default: "Inactive accounts will be deactivated after 7 weeks and deleted after another 3 weeks."
login:
path: logintracker.php
method: post
path: login.php
method: form
form: form
inputs:
login_identifier: "{{ .Config.username }}"
password: "{{ .Config.password }}"