Merge pull request #1495 from int2001/brute_force_protection

Brute force protection
This commit is contained in:
Joerg (DJ7NT)
2025-01-20 16:33:46 +01:00
committed by GitHub
8 changed files with 152 additions and 12 deletions

View File

@@ -769,3 +769,11 @@ $config['disable_version_check'] = false;
*/
$config['enable_eqsl_massdownload'] = false;
/*
|--------------------------------------------------------------------------
| Lock Account after n failed login-attempts
|--------------------------------------------------------------------------
*/
$config['max_login_attempts'] = 3;