mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Add option to not lock session to IP address (#8371)
Fixes pain of 2fa + dynamic IP
This commit is contained in:
@@ -30,6 +30,13 @@
|
|||||||
type: info
|
type: info
|
||||||
label: "About 2FA code"
|
label: "About 2FA code"
|
||||||
default: "Only fill in the <b>2FA code</b> box if you have enabled <b>2FA</b> on the 32Pages Web Site. Otherwise just leave it empty."
|
default: "Only fill in the <b>2FA code</b> box if you have enabled <b>2FA</b> on the 32Pages Web Site. Otherwise just leave it empty."
|
||||||
|
- name: lockip
|
||||||
|
type: select
|
||||||
|
label: "Lock session to my IP address"
|
||||||
|
default: "1"
|
||||||
|
options:
|
||||||
|
"1": "yes"
|
||||||
|
"0": "no"
|
||||||
- name: sort
|
- name: sort
|
||||||
type: select
|
type: select
|
||||||
label: Sort requested from site
|
label: Sort requested from site
|
||||||
@@ -60,6 +67,7 @@
|
|||||||
password: "{{ .Config.password }}"
|
password: "{{ .Config.password }}"
|
||||||
twostep_pub: "{{ .Config.2facode }}"
|
twostep_pub: "{{ .Config.2facode }}"
|
||||||
keeploggedin: 1
|
keeploggedin: 1
|
||||||
|
lockip: "{{ .Config.lockip }}"
|
||||||
error:
|
error:
|
||||||
- selector: "#formerror"
|
- selector: "#formerror"
|
||||||
test:
|
test:
|
||||||
|
Reference in New Issue
Block a user