}
}
- if (self::existsTable('user') && DBA::exists('user', ['uid' => 0])) {
+/* if (self::existsTable('user') && DBA::exists('user', ['uid' => 0])) {
$system = User::getSystemAccount();
$user = [
"username" => $system['name'],
DBA::update('user', $user, ['uid' => 0]);
}
-
+*/
if (self::existsTable('permissionset')) {
if (!DBA::exists('permissionset', ['id' => 0])) {
DBA::insert('permissionset', ['allow_cid' => '', 'allow_gid' => '', 'deny_cid' => '', 'deny_gid' => '']);