Resetting the password of the default Admin user profile through SQL - Security Center 5.8 - 5.13

Resetting the password of the default Admin user profile

Product
Security Center
Version
5.13
5.12
5.11
5.10
5.9
5.8
ft:locale
en-US
Last updated
2024-11-20

If you do not have the password for the default Admin user profile in Security Center, you must reset the old password, and then set a new one. Instead of running a batch file, this can be done using SQL Server Management Studio.

What you should know

  • The Admin password for Security Center is stored in the Directory database.
  • There are three ways to reset the password:

Procedure

  1. Verify that SQL Server Management Studio is installed.
    If it is not installed, download it from one of the following links:
  2. In Windows, click Start > Microsoft SQL Server Tools > SQL Management Studio.
  3. From the Server name list on the login page, select the name of the database server that hosts the Directory.
    You can find it in the Database server field in Server Admin > Server > Directory. For more information, see preparing to reset the password of the default Admin user profile.
  4. Click Connect.
  5. In the Object Explorer window, expand the Databases folder and find the name of the database that belongs to the Directory.
  6. Right-click the Directory database and select New Query.
    A new tab with a blank window appears.
  7. Create a script by pasting the following text into the window:
    Code
    UPDATE [user] set Password = 'd41d8cd98f00b204e9800998ecf8427e' where name = 'Admin'
  8. Click Execute.
    If the script ran successfully, the following text appears in the Messages window: (1 row(s) affected).

Results

The password has been cleared. You can log on to Security Center using the Admin username without a password.

Watch this video to learn more. Click the Captions icon (CC) to turn on video captions in one of the available languages.