beyond-hd: add captcha to login. resolves #6281

This commit is contained in:
Garfield69
2019-11-02 08:22:51 +13:00
parent 79288c7376
commit c47897d7e6

View File

@@ -21,6 +21,10 @@
login:
path: login
method: form
captcha:
type: text
selector: div[style*="#999999;"]
input: key
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"