feat: add Andrew (andyweyrauch76@gmail.com) as super admin
This commit is contained in:
parent
b0f86ed4bb
commit
703b8d9ec0
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue