Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Description

Changes the password for the specified Universal Controller User account.
 

Note
titleNote

The authenticated user must have the ops_admin user role.


Syntax

Anchor
ops-change-user-password
ops-change-user-password
uagcmd ops-change-user-password global parameters user-id=userid new-password=password
 

Note
titleNote

For backward-compatibility, you can exclude uagcmd from the command line for this function and all pre-6.2.0.0 CLI functions.


Parameters

  • user-id=
    Required; Universal Controller User ID whose password is to be changed.
  • new-password=
    Required; The new password that is to be assigned to the specified user.

Example


<pre>uagcmd
uagcmd ops-change-user-password 
-c config.cfg
 user-id=user A new-password=password 
A</pre>
A
Panel
Html bobswift
Html bobswift


Anchor
ops-change-credentials-password
ops-change-credentials-password
Change Credentials Password

Description

Changes the runtime password for the specified Universal Controller credentials resource.
 

Note
titleNote

The authenticated user must have the Update Credential permission.


Syntax

Anchor
ops-change-credentials-password
ops-change-credentials-password
uagcmd ops-change-credentials-password global parameters credentials-name=name new-runtime-password=password
 

Note
titleNote

For backward-compatibility, you can exclude uagcmd from the command line for this function and all pre-6.2.0.0 CLI functions.


Parameters

  • credentials-name=
    Required; Name of the Universal Controller credentials resource that is to have its password changed.
  • new-runtime-password=
    Required; The new runtime password that is to be assigned to the specified credentials resource.

Example


<pre>uagcmd
uagcmd ops-change-credentials-password 
-c config.cfg
 credentials-name=Credential A new-runtime-password=password 
A</pre>
A
Panel
Html bobswift
Html bobswift