Unlocking a User
On Private Cloud Appliance, you can unlock a user that is in the Inactive state. A user might be in the Inactive state after too many incorrect login attempts.
-
In the Compute Web UI navigation menu, select Identity, then select Users.
-
For the user account that you want to unlock, select the Actions menu (
) and select the Unblock option.The user transitions from the Inactive state to the Active state.
-
Use the oci iam user update-user-state command to modify the description, email address, or tags of the specified user.
oci iam user update-user-state --user-id user_OCID --blocked falseFor a complete list of CLI commands, flags, and options, see the Command Line Reference.
Use the UpdateUserState operation to unlock a user that is in the Inactive state. Set the
blockedattribute tofalse.For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.