Edit Users

For more information, see Users.

Note: After you set a temporary password for a user, the user must change their password the next time they log in to LCE.

To edit a user via the Tenable Log Correlation Engine web UI:

  1. Log in to Log Correlation Engine via the user interface.

  2. In the top navigation bar, click Users.

    The Users page appears.

  3. Click the row for the user.

    The Edit User window appears.

  4. Modify the user details.
  5. Click Update.

    Log Correlation Engine saves your configuration.

To edit a user via the CLI:

  • To lock a user's account, run:

    user-utils --lock--WebUI-acct <username>
  • To unlock a user's account, run:

    user-utils --unlock--WebUI-acct <username>
  • To change a user's password, run:

    user-utils --set-password--WebUI-acct <username>