chore: update seed credentials (admin@vexplor.com) and reset DB for re-seed
All checks were successful
Deploy to Production / deploy (push) Successful in 47s

This commit is contained in:
Johngreen
2026-02-10 12:56:23 +09:00
parent 7fc1b767f4
commit ee691be3ce
2 changed files with 6 additions and 5 deletions

View File

@@ -39,8 +39,8 @@ TENANTS = [
]
SUPERADMIN = {
"email": "admin@factoryops.com",
"password": "admin1234",
"email": "admin@vexplor.com",
"password": "qlalfqjsgh11",
"name": "Super Admin",
"role": "superadmin",
"tenant_id": None,
@@ -49,21 +49,21 @@ SUPERADMIN = {
TENANT_ADMINS = [
{
"email": "admin@spifox.com",
"password": "spifox1234",
"password": "qlalfqjsgh11",
"name": "SpiFox Admin",
"role": "tenant_admin",
"tenant_id": "spifox",
},
{
"email": "admin@enkid.com",
"password": "enkid1234",
"password": "qlalfqjsgh11",
"name": "Enkid Admin",
"role": "tenant_admin",
"tenant_id": "enkid",
},
{
"email": "admin@alpet.com",
"password": "alpet1234",
"password": "qlalfqjsgh11",
"name": "Alpet Admin",
"role": "tenant_admin",
"tenant_id": "alpet",