Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Adeptia Connect lets you configure and control the users' behavior with respect to their login attempts to prevent any uncalled for incidents in the system. This section talks about the standards and parameters which you use and follow to ascertain controlled login attempts – It guides you on how to configure the required settings.

You can configure the settings for invalid login attempts based on the following two parameters:

  • Invalid login attempt count: You can configure the number of valid login attempts. 

  • Invalid attempt time span: You can limit the number of attempts within the stipulated time.

  • Lockout time: You can define for how long the users' account will be locked after their login attempts are over.


Follow the steps below to configure the properties:
  1. Click Account > Settings.
  2. Expand Microservice Settings, and then select WebRunner in the left panel.
  3. Expand the property category, Application Security.
  4. Double-click the corresponding value fields for the properties mentioned in the table below to change their values.

    PropertyDefault valueDescription
    abpm.connect.login.invalidLoginAttemptCount5You can configure this property for the number of valid login attempts. You can set the number of attempts as per your requirement. The default value for the property is five (5).
    Note :- If the value is set as 0, there will be unlimited login attempts. Any value of this property other than 0 or positive integer, will be treated as default value of 5.
    abpm.connect.login.lockoutTime120This property helps you to define for how long the users' account will be locked after their login attempts are over. The default duration of the lockout is 120 minutes. You need to define the value in minutes and it cannot be less than one (1) minute.
    Note :- If you define any value less than one (1), it will be considered as the default value (120 minutes).
    abpm.connect.login.invalidLoginAttemptTimeSpan60This property helps you limit the number of attempts within the stipulated time you have defined here. The default stipulated time will be 60 minutes. You need to define the value in minutes and it cannot be less than one (1) minute.
    Note :- If you define any value less than one (1), it will be considered as the default value (60 minutes).
  5. Click Update.
    You'll see a message saying 'Properties saved successfully'. 

  • No labels