Document Directus production contract and repair auth
This commit is contained in:
parent
0a7ee5ff35
commit
92ce8bce97
32 changed files with 24821 additions and 65 deletions
30
directus/reference/exports/roles.json
Normal file
30
directus/reference/exports/roles.json
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
[
|
||||
{
|
||||
"id": "a6d3c757-a96b-4f0c-b96b-a6109d60a7ba",
|
||||
"name": "Administrator",
|
||||
"icon": "verified",
|
||||
"description": "$t:admin_description",
|
||||
"parent": null
|
||||
},
|
||||
{
|
||||
"id": "00e518e3-75b3-4c6f-b57d-51a4f1af4781",
|
||||
"name": "Registration Bot",
|
||||
"icon": "robot",
|
||||
"description": "Registers accounts.",
|
||||
"parent": null
|
||||
},
|
||||
{
|
||||
"id": "a2a695be-88f9-4948-b2a4-e0e22b01b32e",
|
||||
"name": "Supporter Bot",
|
||||
"icon": "supervised_user_circle",
|
||||
"description": "Registers supporters.",
|
||||
"parent": null
|
||||
},
|
||||
{
|
||||
"id": "296a28bc-60ab-4251-8bef-27f6dfb67948",
|
||||
"name": "Users",
|
||||
"icon": "accessibility_new",
|
||||
"description": "Registered users.",
|
||||
"parent": null
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue