Admin Setup
Create the default administrator account

Setup Process

This will create an administrator account with email already confirmed. You can log in immediately after creation.

  1. Click the button below to create the admin user
  2. Use the provided credentials to log in
  3. Change your password immediately after first login

Database Scripts Required

Before creating the admin user, ensure these SQL scripts have been run in order:

1. scripts/001_create_tables.sql
2. scripts/002_profile_trigger.sql
3. scripts/003_add_admin_features.sql

Run these in your Supabase project's SQL Editor (Dashboard → SQL Editor → New Query)