Updating a Password
  • 26 Dec 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Updating a Password

  • Dark
    Light
  • PDF

This topic describes how to update the password.

Procedure

  1. Log in to the Delphix Engine and switch to the user context.
    delphix> user
  2. Run the 'current' command to select the currently logged in user.
    delphix user> current
  3. Run the updateCredential command.
    delphix user 'xyz'> updateCredential
  4. Set the required credentials.
    delphix user 'xyz' updateCredential *> set oldCredential.password=XXXXXXXX
    delphix user 'xyz' updateCredential *> set newCredential.password=XXXXXXXX
  5. Commit the operation.
    delphix user 'xyz' updateCredential *> commit

Was this article helpful?