In case of forgotten password of the Xopero Administrator System you can use following instruction.
Manual reset of the administrator password
At first step go to C:\Program Files\Xopero Software\Xopero Backup&Restore\pgsql\bin directory and run pgAdmin3.exe
Click on Add a new connection to server button and enter the following data:
- Name - arbitrary name
- Host - localhost
- Port - 5433
Double-click the relevant server and select the database opero21. If you will be prompted by the system for a password, please skip it by selecting the OK button.
Then choose Execute arbitrary SQL queries and type in this query:
UPDATE administrativepanelusers SET passwordrfc2898='29E30412EE1752796EAEFB8881A456CC74F8E53E707A09D2C1293D81253F663B', passwordsalt='7392cb21-321f-4aaf-a10a-0e30d94e7e72' WHERE name='admin'
Click on Execute query. Returned message should look like this "Query returned successfully: one row affected".
After saving changes, the password will be changed to admin