This documentation site is no longer maintained. For the latest Delphix product documentation, please visit help.delphix.com
Continuous Data

Updating a Password

This topic describes how to update the password.

Procedure

  1. Log in to the Delphix Engine and switch to the user context.

    Bash
    delphix> user
    


  2. Run the 'current' command to select the currently logged in user.

    Bash
    delphix user> current
    


  3. Run the updateCredential command.

    Bash
    delphix user 'xyz'> updateCredential
    


  4. Set the required credentials.

    Bash
    delphix user 'xyz' updateCredential *> set oldCredential.password=XXXXXXXX
    delphix user 'xyz' updateCredential *> set newCredential.password=XXXXXXXX
    


  5. Commit the operation.

    Bash
    delphix user 'xyz' updateCredential *> commit