diff options
author | 2024-08-02 21:16:28 +0100 | |
---|---|---|
committer | 2024-08-02 21:17:08 +0100 | |
commit | 491531f3f51f1c01526754555259dda7a2ed679c (patch) | |
tree | 5500603d6efb5f0e94b236e9765562e4c8326c60 | |
parent | fix(deps): update dependency sentry-sdk to v2.12.0 (#254) (diff) |
Enroll Events Lead and Director roles into groups
-rw-r--r-- | arthur/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arthur/constants.py b/arthur/constants.py index c8b08c6..add2048 100644 --- a/arthur/constants.py +++ b/arthur/constants.py @@ -11,4 +11,6 @@ LDAP_ROLE_MAPPING = { "administrators": 267628507062992896, "moderators": 267629731250176001, "coredevs": 587606783669829632, + "events": 778361735739998228, + "directors": 267627879762755584 } |