Skip to content

Commit

Permalink
Dev #17301: remove unneeded configs (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieljenik committed May 28, 2021
1 parent 19048b6 commit 0c7869b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions application/config/config-defaults.php
Expand Up @@ -59,8 +59,6 @@
// If the user enters password incorrectly
$config['maxLoginAttempt'] = 3; // Lock them out after 3 attempts
$config['timeOutTime'] = 60 * 10; // Lock them out for 10 minutes.
$config['loginIpWhitelist'] = ''; // List of IP addresses, separated by comma, that should be excluded from the max login attemps check. Octet wildcards are allowed (e.g. 192.168.0.*)
$config['tokenIpWhitelist'] = ''; // List of IP addresses, separated by comma, that should be excluded from the max token validation attemps check. Octet wildcards are allowed (e.g. 192.168.0.*)

// Site Settings
$config['printanswershonorsconditions'] = 1; // If set to 1, only relevant answers to questions can be printed by user. If set to 0, also questions not shown are printed
Expand Down

0 comments on commit 0c7869b

Please sign in to comment.