When installing my demo instance, redirecting to the website didn’t show the default password already set-up.
No I am not sure how to log in. Help with this please.
When installing my demo instance, redirecting to the website didn’t show the default password already set-up.
No I am not sure how to log in. Help with this please.
Hi
Username: admin
Password: setup
If you are not able to access with above logins you can run a database script to change the password with the below query.
UPDATE Users SET Password = 'admin123', LockedOutDate =null WHERE Username = 'admin'
Hope this helps!
Thank you
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.