The following property now allows you to disable the login for the admin user:
1admin.login.enabled=falseThe default value of this property is true. This property affects admin login to all applications, including Backoffice and Administration Console.
You can use this property as part of the brute force attack prevention. After changing its value to false, the login for the admin user will be blocked, protecting this user from brute force attacks.
Caution
Before using admin.login.enabled=false, ensure that you've created other admin users that are part of the admingroup so that the admin privileges are not lost completely after this property has been applied.
Why?
Disabling the login for the admin user as part of the brute force attack prevention improves security by ensuring that the admin privileges are not used by potential attackers using brute force attacks.