Uniprint Administrator Logon Account Reset

Prev Next

Problem

You're facing a problem where you have lost the credentials to the Uniprint Administrator and cannot login to your admin account and are wondering how to get into Administrator.

Solution

To reset Uniprint Administrator system logon account, you can do the following:
Open SQL Management Studio and run below SQL query against "pharos" database to set the password to be blank. Then you can logon and set a new password

*Replace "administrator" with your Uniprint Administrator logon id.* 

use pharos

go

update users

set Password = null

where

id = 'administrator'