set administrator session-settings

Description

Configures the session settings for administrators.

These settings are global for all administrators.

Syntax

set administrator session-settings

      [ inactivity-timeout 1-999 ]

      [ lock-period 5-59940 ]

      [ lockout-enable {on | off} ]

      [ max-lockout-attempts 1-999 ]

      [ password-complexity-level {low | high} ]

      [ password-expiration-timeout 1-360 ]

Parameters

Parameter

Description

inactivity-timeout

Configures the administrator is automatically logged out from the WebUI after the session is idle for this integer number of minutes

lock-period

Configures the lock period - once locked out, the administrator is be unable to login for this integer number of seconds

lockout-enable

Enables (true) or disables (false) the limit for the number of the failed administrator login attempts

max-lockout-attempts

Configures the maximum number of consecutive login failure attempts before the administrator is locked out

password-complexity-level

Configures additional restrictions on administrator passwords, according to the selected complexity level

password-expiration-timeout

Requires the administrator to change their password after this integer number of days (from the last time the password was changed)

Takes effect only if the password complexity level is set to 'high'

Example

set administrator session-settings lockout-enable on max-lockout-attempts 5 lock-period 20 inactivity-timeout 360 password-complexity-level low password-expiration-timeout 60