From 84374cb78270f7b9f52ad3198df8fae4ce37224f Mon Sep 17 00:00:00 2001
From: Eric Bremner <ebremner@uwaterloo.ca>
Date: Thu, 20 Feb 2025 07:01:04 -0500
Subject: [PATCH] ISTWCMS-7252: Remove administrator from list of uw users

---
 src/Service/UwCustomFormsService.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Service/UwCustomFormsService.php b/src/Service/UwCustomFormsService.php
index 8e85fb1..b5aeebd 100644
--- a/src/Service/UwCustomFormsService.php
+++ b/src/Service/UwCustomFormsService.php
@@ -427,7 +427,6 @@ class UwCustomFormsService {
 
     // List of uw roles.
     $uw_roles = [
-      'administrator',
       'uw_role_website_lead',
       'uw_role_site_owner',
       'uw_role_site_manager',
-- 
GitLab