Skip to main content
Version: 4.0.5

User Management

Fix Inventory Shell is protected by a login screen that requires a username and password:

Login Form

User Sessions​

User authorization uses a JSON web token and is session-based.

Session durations default to one hour. This duration is configurable in Fix Inventory Core.

Active sessions will renew automatically in the background before they expire.

An active user session lasts for the configured session duration and can not be revoked. When a session expires, a new login of the user can be forced by changing the password of the related user.

An administrator can block a user from the system by deleting their user data.

info

Pleae refer to user command for details on how to manage users.