Update README.md to provide a comprehensive overview of the ScriptShare platform, including features, tech stack, setup instructions, admin capabilities, and contribution guidelines.
This commit is contained in:
27
webapp-superuser.json
Normal file
27
webapp-superuser.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "92acee3490facf4eef9d2a5695397ca6",
|
||||
"email": "admin@scriptshare.com",
|
||||
"username": "admin",
|
||||
"displayName": "System Administrator",
|
||||
"avatarUrl": "",
|
||||
"bio": "Default system administrator account",
|
||||
"isAdmin": true,
|
||||
"isModerator": true,
|
||||
"isSuperUser": true,
|
||||
"permissions": [
|
||||
"user:create",
|
||||
"user:read",
|
||||
"user:update",
|
||||
"user:delete",
|
||||
"user:promote",
|
||||
"script:approve",
|
||||
"script:reject",
|
||||
"script:delete",
|
||||
"comment:moderate",
|
||||
"system:configure",
|
||||
"analytics:view",
|
||||
"backup:manage"
|
||||
],
|
||||
"createdAt": "2025-08-12T21:28:52.080Z",
|
||||
"updatedAt": "2025-08-12T21:28:52.080Z"
|
||||
}
|
Reference in New Issue
Block a user