skipSessionCheck = true; $vbox->connect(); $vbox->vbox->setExtraData('phpvb/users/admin/pass', hash('sha512', 'admin')); $vbox->vbox->setExtraData('phpvb/users/admin/admin', '1'); echo("Admin account updated. Please rename this file to recovery.php-disabled. phpVirtualBox will refuse to run if this has not been done."); } catch (Exception $e) { echo("
"); print_r($e); echo(""); } return; } ?>
This form will add the default user admin with a default password of admin. If the user admin already exists, its password will be changed to admin.
Click the Recover button to add / update this user.