mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
Added default user
This commit is contained in:
@@ -42,3 +42,8 @@ db.createCollection('users', {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
db.users.insertOne({
|
||||||
|
email: "root",
|
||||||
|
password: "root"
|
||||||
|
})
|
||||||
Reference in New Issue
Block a user