OpenEdge Command Center provides the resetsuperadmin utility to manage the superuser administrator details. As an administrator, you can use this utility to modify the following details:
  • First name
  • Last name
  • Password
  • Email address
  • Description

The resetsuperadmin utility is located in the utils directory within the directory where the OpenEdge Command Center server is installed.

For example,
  • On Windows, C:\Progress\OECC\Server\utils
  • On Linux, /Progress/OECC/server/utils
For more information, see Reset super admin user details.

Syntax

resetsuperadmin  [--firstname <first name>] | [--lastname <last name>] | [--pwd <password>] |  [--email <email>] |  [--description <description>] 
For example:
resetsuperadmin  [--firstname John] | [--lastname Smith] | [--pwd P@ssw0rd123!] |  [--email superadmin@gmail.com] |  [--description Primary user of the OpenEdge Command Center server] 

Parameters

--firstname <first name>
Specifies the first name to be updated. Only alphanumeric characters are allowed.
For example, --firstname "John"
--lastname <last name>
Specifies the last name to be updated. Only alphanumeric characters are allowed.
For example, --lastname "Smith"
--pwd <password>

Specifies the new password for the user account. The password must meet the following requirements:

  • length of 8 to 40 characters
  • A mixture of uppercase and lowercase letters
  • At least one numeral
  • At least one of the special characters: ! @ $ % ^ ( ) _ + = [ ] |
For example, --pwd "P@ssw0rd123!"
--email <email>

Specifies the new email address for the user account.

For example, --email "superadmin@gmail.com"
--description <description>

Specifies the description for the user account.

For example, --description "Primary user of the OpenEdge Command Center server"