From f06607df60329e1998c4871c75df51ea4503c7eb Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 23 Dec 2024 19:27:34 +0100 Subject: [PATCH] voc.infobeamer-cms: remove github admins of c3voc sso users --- nodes/voc/infobeamer-cms.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/nodes/voc/infobeamer-cms.py b/nodes/voc/infobeamer-cms.py index 2a743fa..e6de7d2 100644 --- a/nodes/voc/infobeamer-cms.py +++ b/nodes/voc/infobeamer-cms.py @@ -28,14 +28,7 @@ nodes['voc.infobeamer-cms'] = { 'event_start_date': '2024-12-26', 'event_duration_days': 5, 'config': { - 'ADMIN_USERS': [ - 'github:evilscientress', - 'github:hexchen', - 'github:jbeyerstedt', - 'github:jwacalex', - 'github:sophieschi', - 'github:v0tti', - ], + 'ADMIN_USERS': [], 'NO_LIMIT_USERS': [ 'github:stblassitude', ],