Skip to content

Commit 01c732d

Browse files
authored
Add tiqr trusted_device_enforcement_enabled: false (#508)
For Tiqr >= 4.2.0. This setting does not affect older tiqr versions. Other trusted_device config is already in main.
1 parent 12b83a7 commit 01c732d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

roles/stepuptiqr/templates/parameters.yaml.j2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ parameters:
3434

3535
mobile_app_user_agent_pattern: "/^.*$/"
3636

37+
# Whether the trusted_device cookie is checked
38+
# The cookies is always set when appropriate
39+
trusted_device_enforcement_enabled: false
40+
3741
# The lifetime of the trusted device in seconds
3842
# For example, 30 days is 2592000 seconds
3943
trusted_device_cookie_lifetime: 2592000

0 commit comments

Comments
 (0)