hellashut; new captcha input label

This commit is contained in:
Garfield69
2023-12-30 06:17:00 +13:00
parent 3d6cb98e7e
commit ea70a9d4ea

View File

@@ -108,7 +108,7 @@ login:
captcha:
type: image
selector: img[src="captcha.php?ext=.gif"]
input: input[name^="captcha"]
input: input[type="text"][size="6"]
inputs:
input[name="username"]: "{{ .Config.username }}"
input[name="password"]: "{{ .Config.password }}"