swarmazon: drop captcha on login. #12217

This commit is contained in:
Garfield69
2021-09-01 16:43:46 +12:00
parent c98fd0e767
commit b8cc2bd6f6

View File

@@ -32,18 +32,18 @@ login:
path: en/account/login.php
method: form
form: form
captcha:
type: image
selector: img[alt="CAPTCHA"]
input: captcha_challenge
# captcha:
# type: image
# selector: img[alt="CAPTCHA"]
# input: captcha_challenge
inputs:
username: "{{ .Config.username }}"
password: "{{ .Config.password }}"
remember: on
error:
- selector: script:contains("The Captcha")
message:
text: The Captcha you entered was incorrect.
# - selector: script:contains("The Captcha")
# message:
# text: The Captcha you entered was incorrect.
- selector: script:contains("Wrong")
message:
text: Wrong username or password.