mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
swarmazon: drop captcha on login. #12217
This commit is contained in:
@@ -32,18 +32,18 @@ login:
|
|||||||
path: en/account/login.php
|
path: en/account/login.php
|
||||||
method: form
|
method: form
|
||||||
form: form
|
form: form
|
||||||
captcha:
|
# captcha:
|
||||||
type: image
|
# type: image
|
||||||
selector: img[alt="CAPTCHA"]
|
# selector: img[alt="CAPTCHA"]
|
||||||
input: captcha_challenge
|
# input: captcha_challenge
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
remember: on
|
remember: on
|
||||||
error:
|
error:
|
||||||
- selector: script:contains("The Captcha")
|
# - selector: script:contains("The Captcha")
|
||||||
message:
|
# message:
|
||||||
text: The Captcha you entered was incorrect.
|
# text: The Captcha you entered was incorrect.
|
||||||
- selector: script:contains("Wrong")
|
- selector: script:contains("Wrong")
|
||||||
message:
|
message:
|
||||||
text: Wrong username or password.
|
text: Wrong username or password.
|
||||||
|
Reference in New Issue
Block a user