This commit is contained in:
Ludovic CANDELLIER
2022-11-11 13:05:40 +01:00
parent f89acd9399
commit 7df2421373
104 changed files with 1212 additions and 764 deletions

View File

@@ -12,6 +12,6 @@ return [
],
'throttle' => [
'maxAttempts' => 3, // Maximum number of login attempts to allow
'decayMinutes' => 1, // Number of minutes to wait before login will be available again
'decayMinutes' => 5, // Number of minutes to wait before login will be available again
],
];