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 3, 2024
1 parent 23289b3 commit 2651198
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,7 +24,7 @@
$config['IMAP_PORT'] = 993;
$config['IMAP_SSL'] = true;

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

function my_custom_func($username = '') {
Expand Down

0 comments on commit 2651198

Please sign in to comment.