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
-
Log in to Log Correlation Engine via the user interface.
-
In the top navigation bar, click Users.
The Users page appears.
-
Click the row for the user.
The Edit User window appears.
- Modify the user details.
-
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>