mirror of
https://github.com/johndoe6345789/workforce-pay-bill-p.git
synced 2026-04-24 13:24:57 +00:00
Generated by Spark: create logins.json
This commit is contained in:
40
logins.json
Normal file
40
logins.json
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"users": [
|
||||||
|
{
|
||||||
|
"id": "user-001",
|
||||||
|
"email": "admin@workforce.com",
|
||||||
|
"password": "admin123",
|
||||||
|
"name": "Admin User",
|
||||||
|
"role": "admin",
|
||||||
|
"entity": "agency",
|
||||||
|
"avatarUrl": "https://api.dicebear.com/7.x/avataaars/svg?seed=admin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "user-002",
|
||||||
|
"email": "manager@workforce.com",
|
||||||
|
"password": "manager123",
|
||||||
|
"name": "Manager User",
|
||||||
|
"role": "manager",
|
||||||
|
"entity": "agency",
|
||||||
|
"avatarUrl": "https://api.dicebear.com/7.x/avataaars/svg?seed=manager"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "user-003",
|
||||||
|
"email": "user@workforce.com",
|
||||||
|
"password": "user123",
|
||||||
|
"name": "Regular User",
|
||||||
|
"role": "user",
|
||||||
|
"entity": "agency",
|
||||||
|
"avatarUrl": "https://api.dicebear.com/7.x/avataaars/svg?seed=user"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "user-004",
|
||||||
|
"email": "client@company.com",
|
||||||
|
"password": "client123",
|
||||||
|
"name": "Client User",
|
||||||
|
"role": "client",
|
||||||
|
"entity": "client",
|
||||||
|
"avatarUrl": "https://api.dicebear.com/7.x/avataaars/svg?seed=client"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user