Hi, Having followed the instructions very carefully to install the Docker & Docker Compose, on one of OSboxes CentOS (7.1611) and the then the 1.8.2 CMS, I’ve gone to logon with the default credentials supplied (see below) but no luck
Username: Xibo_admin
Password: password
alex
October 10, 2017, 7:31am
2
Those are the correct credentials. I typically use a lowercase “X” on xibo_admin
but I don’t think that is actually case sensitive.
If you still can’t get in, then instructions to reset that password are here:
If you've forgotten your xibo_admin account password and don't have any way to recover access to your Xibo system, you can reset the xibo_admin account password as follows:
Connect to the Xibo database and run the following SQL. You could do that from the mysql command line application, or via a web interface such as PHPMyAdmin:
UPDATE `user` set `UserPassword` = MD5('password'), CSPRNG = 0 WHERE `UserID` = 1 LIMIT 1;
Your xibo_admin password will then be "password". Please ensure you then …
alex:
PHPMyAdmin
Thanks very much Alex, not sure if there was somehow a copy and paste error but it worked when I tried it again.