mirror of
https://github.com/filegator/filegator.git
synced 2025-08-15 12:54:18 +02:00
Added configurable lockout for incorrect login attempts (see configuration_sample.php)
This commit is contained in:
@@ -6,6 +6,8 @@ return [
|
||||
'overwrite_on_upload' => false,
|
||||
'timezone' => 'UTC', // https://www.php.net/manual/en/timezones.php
|
||||
'download_inline' => ['pdf'], // download inline in the browser, array of extensions, use * for all
|
||||
'lockout_attempts' => 5, // max failed login attempts before ip lockout
|
||||
'lockout_timeout' => 15, // ip lockout timeout in seconds
|
||||
|
||||
'frontend_config' => [
|
||||
'app_name' => 'FileGator',
|
||||
|
Reference in New Issue
Block a user