Configuring the login module
1. Start the JBoss CLI.
2. Run the following command to set the failedLoginDelay:
/subsystem=security/security-domain=PlanonSecurityDomain/authentication=classic/login-module
=com.planonsoftware.jboss.login.artemis.server.CommitPlanonUserLoginModule:write-attribute(name
=module-options.failedLoginDelay,value=10)
3. Run the following command to set the failedLoginCounter:
/subsystem=security/security-domain=PlanonSecurityDomain/authentication=classic/login-module
=com.planonsoftware.jboss.login.artemis.server.CommitPlanonUserLoginModule:write-attribute(name
=module-options.resetFailedloginCounter,value=900)
4. Restart the application server.
If not explicitly configured, the default settings will be used. It is not possible to completely disable this functionality for the Planon login module.