reposition security scope values to match EMinds data

This commit is contained in:
2026-01-11 23:10:33 -07:00
parent 488bbf9220
commit 6449f2d24e
3 changed files with 9 additions and 9 deletions
+5 -5
View File
@@ -31,13 +31,13 @@ type securityScope struct {
// scopelist defines the boundaries of the known scopes. There are 16 in all, most are unused.
var scopelist = []securityScope{
{0, 1999, 63000, 64999}, // global scope
{2000, 3999, 61000, 62999}, // community scope
{4000, 5999, 59000, 60999}, // conference scope
{6000, 7999, 57000, 58999},
{0, 1999, 63000, 64999}, // global scope
{2000, 3999, 61000, 62999},
{4000, 5999, 59000, 60999},
{6000, 7999, 57000, 58999}, // community scope
{8000, 9999, 55000, 56999},
{10000, 11999, 53000, 54999},
{12000, 13999, 51000, 52999},
{12000, 13999, 51000, 52999}, // conference scope
{14000, 15999, 49000, 50999},
{16000, 17999, 47000, 48999},
{18000, 19999, 45000, 46999},
+2 -2
View File
@@ -10,9 +10,9 @@ scopes:
- name: Global
index: 0
- name: Community
index: 1
index: 3
- name: Conference
index: 2
index: 6
roles:
- name: "NotInList"
display: "Not In List"