Skip to content

Commit

Permalink
Update CAPTCHA_FAILED_LOGIN_COUNT to 0 in config-site.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed May 6, 2024
1 parent 31fd3b1 commit f01cf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/templates/config-site.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
$config['IMAP_PORT'] = 993;
$config['IMAP_SSL'] = true;

$config['CAPTCHA_FAILED_LOGIN_COUNT'] = 3;
$config['CAPTCHA_FAILED_LOGIN_COUNT'] = 0;

0 comments on commit f01cf1d

Please sign in to comment.