mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
beyond-hd: add captcha to login. resolves #6281
This commit is contained in:
@@ -21,6 +21,10 @@
|
|||||||
login:
|
login:
|
||||||
path: login
|
path: login
|
||||||
method: form
|
method: form
|
||||||
|
captcha:
|
||||||
|
type: text
|
||||||
|
selector: div[style*="#999999;"]
|
||||||
|
input: key
|
||||||
inputs:
|
inputs:
|
||||||
username: "{{ .Config.username }}"
|
username: "{{ .Config.username }}"
|
||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
|
Reference in New Issue
Block a user