Skip to content

Mideye User Settings – Password Policy and Inactivity Configuration

The Mideye User Settings page provides system-wide configuration for password policies and user inactivity rules. These settings apply to all MideyeServer database users and control password complexity requirements, forced password reset timeouts, and automatic account deactivation after periods of inactivity.

The page is organized into two tabs: Password Policy and User Configuration.

Required Role: ROOT, SUPER_ADMIN, or ADMIN (to modify settings)

Navigation: Home → Users & Tokens → Mideye User Settings

RoleView SettingsModify Settings
ROOT
SUPER_ADMIN
ADMIN
OPERATOR

The Save button is only rendered for ADMIN users and above.

Manages password complexity requirements. Two independent policies can be configured using the Policy Type selector.

TypeDescription
ADMIN_SETPolicy for passwords set by administrators (via admin GUI or Change Password dialog). Includes an additional password reset timeout field
USER_SETPolicy for passwords set by users themselves (during self-service password reset)

Changing the policy type reloads the form with the selected policy’s current values.

FieldTypeRequiredValidationDescription
Policy TypeSelectYesSwitch between ADMIN_SET and USER_SET policies
Minimum LengthNumberYesMin: 4, Max: 255Minimum number of characters required
Require LowercaseCheckboxNoRequire at least one lowercase letter
Require UppercaseCheckboxNoRequire at least one uppercase letter
Require DigitCheckboxNoRequire at least one numeric digit
Require Special CharacterCheckboxNoRequire at least one special character
Password Reset Timeout (days)NumberYes (ADMIN_SET only)Min: 0, Max: 365Days before admin-set passwords must be changed. Only shown for ADMIN_SET policy

Manages the user inactivity timeout — the period after which inactive users are automatically locked or flagged.

FieldTypeRequiredValidationDefaultDescription
Inactivity Timeout UnitSelectYesTime unit for the inactivity period
Inactivity Timeout ValueNumberYesMin: 0Number of time units before inactivity lock
ValueDescription
DAYSTimeout measured in days
WEEKSTimeout measured in weeks
MONTHSTimeout measured in months
  1. Select the ADMIN_SET policy type.
  2. Set Minimum Length to at least 12.
  3. Enable all complexity checkboxes (lowercase, uppercase, digit, special character).
  4. Set Password Reset Timeout to 90 days.
  5. Click Save.
  6. Repeat for the USER_SET policy type with the same or stricter requirements.
  1. Go to the User Configuration tab.
  2. Set the time unit to MONTHS and value to 3 (locks users after 3 months of inactivity).
  3. Click Save.
  4. For service accounts that should not be locked, enable Ignore Inactivity Timeout on the individual user.
  1. Select the ADMIN_SET policy type.
  2. Set Password Reset Timeout to 0.
  3. Click Save.
IssuePossible CauseResolution
Cannot save settingsInsufficient roleRequires ADMIN role or higher
Users not forced to reset passwordTimeout set to 0 or Password Reset checkbox unchecked on userVerify timeout > 0 and user has Password Reset enabled
Password policy not enforced on createWrong policy type selectedADMIN_SET applies to admin-created passwords; USER_SET applies to self-service resets
Service accounts locked by inactivityInactivity timeout active globallyEnable “Ignore Inactivity Timeout” on the individual user account