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 LCE web UI:

  1. Log in to LCE 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.

    LCE 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>