exoticaz: add captcha to login. resolves #8757

This commit is contained in:
Garfield69 2020-05-25 07:50:06 +12:00
parent dd0d5ec195
commit 2f0c2665e5
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@ login:
username_email: "{{ .Config.username }}"
password: "{{ .Config.password }}"
remember: on
captcha:
type: image
selector: img[alt="Captcha Image"]
input: captcha
error:
- selector: div.invalid-feedback
test: