Reset xibo_admin password

Created by Alex Harrington
Keywords:

Connect to the Xibo database and run the following SQL:

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 change it as soon as you can afterwards.