Files
Aurora.3/config/example/admin_ranks.json
Werner af9565bc06 Auth System Changes (#21698)
Changes the Auth System to use the new login server to fetch the
users/groups instead of the deprecated forumuserapi.

Removes the ForumUserAPI and moves the admin authorization processes to
a auth subsystem

---------

Co-authored-by: Werner <Arrow768@users.noreply.github.com>
2026-01-23 18:43:28 +00:00

55 lines
1.1 KiB
JSON

[
{
"name": "Head Admin/Dev",
"auths": [
"R_ALL"
]
},
{
"name": "Primary Administrator",
"auths": [
"R_BUILDMODE", "R_ADMIN", "R_BAN", "R_FUN", "R_STEALTH", "R_SERVER",
"R_VAREDIT", "R_SOUND", "R_SPAWN", "R_PERMISSIONS",
"R_MODERATOR", "R_DEVELOPER", "R_CCIAA", "R_DEBUG"
]
},
{
"name": "Secondary Administrator",
"auths": [
"R_BUILDMODE", "R_ADMIN", "R_BAN", "R_FUN", "R_STEALTH", "R_SERVER",
"R_VAREDIT", "R_SOUND", "R_SPAWN", "R_MODERATOR",
"R_DEVELOPER", "R_CCIAA"
]
},
{
"name": "Moderator",
"auths": [
"R_MODERATOR", "R_BAN", "R_SPAWN"
]
},
{
"name": "Trial Moderator",
"auths": [
"R_MODERATOR"
]
},
{
"name": "Developer",
"auths": [
"R_DEVELOPER"
]
},
{
"name": "CCIA Agent",
"auths": [
"R_CCIAA"
]
},
{
"name": "CCIA Leader",
"auths": [
"R_CCIAA"
]
}
]