Modifying Your Personal Information and Password
You can modify the personal information and the password associated with your account, except for the account ID.
Modifying Your Personal Information Using Cockpit
-
Hover over your name.
A drop-down menu appears. -
Click Personal information & Access keys .
Your account information appears. -
To modify your personal information, click Update .
The UPDATE INFOS dialog box appears. -
Type your new information in the corresponding text fields.
-
Click Update to validate.
Your personal information is updated.
Modifying Your Password Using Cockpit
-
Hover over your name.
A drop-down menu appears. -
Click Personal information & Access keys .
Your account information appears. -
To modify your password, click the Change password tab.
-
Click Change password .
The CHANGE PASSWORD dialog box appears. -
To change your password:
-
In the Current password field, type your current password.
-
In the New password field, type your new password.
-
In the Confirm password box, type your new password again.
Your password needs to conform to certain password strength criteria. For more information, see About Password Security.
-
-
Click Change to validate.
Your password is updated.
Modifying Your Password Using OSC CLI
Before you begin: See Installing and Configuring OSC CLI to set up OSC CLI. To obtain the token that is necessary for the modification of your password, use the SendResetPasswordEmail command following this syntax: Request sample
This command contains the following attribute that you need to specify:
The SendResetPasswordEmail command returns the following elements:
Result sample
An email is sent to the specified email address. Your token corresponds to the alphanumeric string in the last part of the link. |
To modify your password, use the ResetAccountPassword command following this syntax:
$ osc-cli icu ResetAccountPassword \
--Password NEW_PASSWORD \
--Token TOKEN
This command contains the following attributes that you need to specify:
-
Password
: The new password for the account.Your password needs to conform to certain password strength criteria. For more information, see About Password Security.
-
Token
: The token you received at the email address of your account.
The ResetAccountPassword command returns the following elements:
-
Email
: The email address of the account. -
ResponseMetadata
: Information about the response. This element contains the following information:-
RequestId
: The ID of the request.
-
{
"Email": "dominique.dupont@domain.com",
"ResponseMetadata": {
"RequestId": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
}
Related Pages
Corresponding API Methods