Thank you Vijay. UiPth technical team provided the details below. I had to run the SQL query and then it worked. Thank you for your support as well.
For your first time login, please see the following credentials:
Tenant: Default
Username: admin
Password: 890iop
If this doesn’t work, please reset the password by running the following sql query in your db replacing %UIPATH ORCHESTRATOR DATABASE NAME% with the name of your db:
UPDATE [%UIPATH ORCHESTRATOR DATABASE NAME%].dbo.users
Set password=‘ALWTidnzgaDN04zwfIjlx3ogbXNNer7/QbO9y3Q4LV/MLY+2TaazMLEggpO8/b7/Kg==’, IsFirstLogin=‘1’
where UserName=‘admin’ AND TenantId=‘1’
Once you have done so, return to the login page and try the same credentials again and you will be prompted with a page to change your password.