InactiveUserLockCycleDuration

The time period between checks for inactive users. After the specified time interval, IDOL checks for users that have been inactive for longer than the specified InactiveUserLockDuration. Users that have been inactive for this period are then locked.

Specify the period in the following format:

NumberTimeUnit

where,

Number

is the number of time units to elapse.

TimeUnit

is the time unit to apply. The following units are available:

  • second
  • seconds
  • minute
  • minutes
  • hour
  • hours
  • day
  • days
  • week
  • weeks
  • month
  • months

NOTE: If you do not specify a TimeUnit, IDOL Community Component reads the specified number as seconds.

Type: Long
Default: 1day
Required: No
Configuration Section: User
Example: InactiveUserLockCycleDuration=2days
See Also: InactiveUserLockDuration