beyond-hd: login captcha changed from text to image.

This commit is contained in:
Garfield69 2020-05-04 12:38:41 +12:00
parent 8785164957
commit 1cb2941199
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@
method: form
form: form[action$="/login"]
captcha:
type: text
selector: div[style*="#999999;"]
type: image
selector: img[src^="/captcha?_CAPTCHA"]
input: key
inputs:
username: "{{ .Config.username }}"