Hi,
I added these settings to the config.php file but it seems that I'm only blocked after 12 attempts?
'authUsernameFailedAttemptsLimitEnabled' => true,
'authMaxUsernameFailedAttemptNumber' => 6,
'authUsernameFailedAttemptsDelay' => 300,
I tried 11 times to enter with a false password and recevie the message: wrong username/password.
When I tried it the 12th time I got access denied.
Also I think I set the delay to 5 minutues but I can login way faster than that again.
I'm using the latest esprocrm version 9.3.9
Do I need to set authUsernameFailedAttemptsPeriod also?
I added these settings to the config.php file but it seems that I'm only blocked after 12 attempts?
'authUsernameFailedAttemptsLimitEnabled' => true,
'authMaxUsernameFailedAttemptNumber' => 6,
'authUsernameFailedAttemptsDelay' => 300,
I tried 11 times to enter with a false password and recevie the message: wrong username/password.
When I tried it the 12th time I got access denied.
Also I think I set the delay to 5 minutues but I can login way faster than that again.
I'm using the latest esprocrm version 9.3.9
Do I need to set authUsernameFailedAttemptsPeriod also?

Comment