mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Merge pull request #1495 from int2001/brute_force_protection
Brute force protection
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user