security hardening, team invites, granular locking, view counts, board subscriptions, scheduled changelog, mentions, recovery codes, accessibility and hover states
This commit is contained in:
@@ -73,7 +73,7 @@ async function main() {
|
||||
|
||||
const hash = await bcrypt.hash(password, 12);
|
||||
const admin = await prisma.adminUser.create({
|
||||
data: { email, passwordHash: hash },
|
||||
data: { email, passwordHash: hash, role: "SUPER_ADMIN" },
|
||||
});
|
||||
|
||||
console.log(`Admin created: ${admin.email} (${admin.id})`);
|
||||
|
||||
Reference in New Issue
Block a user