Skip to content

Commit

Permalink
fix: roles.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vugonz committed Nov 16, 2024
1 parent 7b8c8c3 commit 71090c3
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions data/roles.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,17 @@
]
},
{
"name": "application",
"name": "applicant",
"description": "Member pending approval.",
"level": 99,
"permissions": [
]

},
{
"name": "applicantion",
"description": "External applications with read access to the DB.",
"level": 4,
"level": 99,
"permissions": [
"read member",
"read project"
Expand Down

0 comments on commit 71090c3

Please sign in to comment.