You can modify the following details of the super admin user after launching the OpenEdge Command Center server:
  • First name
  • Last name
  • Password
  • Email address
  • Description

To modify the super admin user details, perform the following steps:

  1. Open a command-line interface with administrative privileges. On Windows, run the command prompt as an administrator. On Linux, run the terminal as a root user.
  2. Change to the utils directory within the directory where the OpenEdge Command Center server is installed.
    • On Windows, go to cd C:\Progress\OECC\Server\utils.
    • On Linux, go to cd /Progress/OECC/server/utils.
  3. To modify one or more details of a super admin user, run the following command:
    resetsuperadmin  [--firstname <first name>] | [--lastname <last name>] | [--pwd <password>] |  [--email <email>] |  [--description <description>]

    Replace each placeholder with the appropriate value. For detailed information about the syntax and parameters, see RESETSUPERADMIN utility.