ASet / Reset Admin Password

Enter your email and choose a new password. This uses Supabase to set your admin credentials directly.

OR
BFix via Supabase SQL Editor

Go to supabase.com → Your Project → SQL Editor and run this:

UPDATE auth.users SET raw_user_meta_data = '{"role":"admin","name":"School Administrator","status":"approved","avatar":"A","email_verified":true}' WHERE email = 'almac2009@gmail.com';

Then go to Authentication → Users, find almac2009@gmail.com, click the three dots (⋮) → Send password reset email to set a new password via your inbox.

OR
CUse Demo Mode (No Supabase needed)

The admin dashboard works offline using local storage. Just log in with the demo credentials:

Email: admin@chrysalis.com
Password: Admin@2025!
🚀 Go to Admin Dashboard