feat: add Andrew (andyweyrauch76@gmail.com) as super admin

This commit is contained in:
James 2026-03-20 10:13:28 -04:00
parent b0f86ed4bb
commit 703b8d9ec0
1 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ func seedSuperAdmins(db *lib.DB) {
admins := []admin{
{"michael@muskepo.com", "Michael", "muskepo", "Muskepo"},
{"johan@jongsma.me", "Johan", "muskepo", "Muskepo"},
{"andyweyrauch76@gmail.com", "Andrew", "muskepo", "Muskepo"},
}
for _, a := range admins {
@ -223,7 +224,7 @@ func seedDemoData(db *lib.DB, cfg *lib.Config) {
}
}
log.Printf("seed: created 5 sample requests in Finance workstream")
log.Printf("seed: done! Login with admin@demo.com, michael@muskepo.com, or johan@jongsma.me")
log.Printf("seed: done! Login with admin@demo.com, michael@muskepo.com, johan@jongsma.me, or andyweyrauch76@gmail.com")
}
// grantSuperAdminsToProject gives super admin users ib_admin access on a project.