How to Reset Admin Password
The following instructions can be used to reset the admin password on Authority Server when the password has been lost.
This must be completed on the same PC that Authority Server is installed on and it is assumed you have local Administrator rights.
Run command prompt (CMD) as Administrator
Change the directory to the Authority Server installation directory
For 64-bit install with default directory use:POWERSHELLcd "C:\Program Files\Outback Imaging\Authority Server"
For 32-bit install with default directory use:
POWERSHELLcd "C:\Program Files\Outback Imaging\Authority Server"
Run the following command where
{password}
is the new password to use.POWERSHELLAuthorityServer.exe setuserpassword --username "admin" --password "{password}"