Users can login to the platform and everything is working as expected.
We are facing an issue where the failed login Users are not being notified.
In the login.fcc page, we have the directive @smerrorpage to redirect the user on fail.
However, the agent doesn't use it and users are being redirected back to the login.fcc
You will be redirected to the smerrorpage or to the login.unauth only if you reach smretries.
In your configuration you have smreties = 99. so you will be redirected after 99 atempts.
If you set this directive to 0, the number of log-in attempts is unlimited.
You can either modify the smreties value as desired or you can use the DynamicRetry.fcc if you want to bypass the smreties