From 3e703c596d7160054c3bef0047beaa1d185a382f Mon Sep 17 00:00:00 2001 From: holmbergius Date: Sun, 19 Jan 2025 12:09:15 -0800 Subject: [PATCH] regression: users.jsp should be accessible to orgAdmins --- src/main/webapp/WEB-INF/web.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml index 550f6408d5..33d48b8e19 100755 --- a/src/main/webapp/WEB-INF/web.xml +++ b/src/main/webapp/WEB-INF/web.xml @@ -79,7 +79,7 @@ /appadmin/dataValuesCheck.jsp = authc /appadmin/scanTaskAdmin.jsp = authc, roles[researcher] - /appadmin/users.jsp = authc, roles[admin] + /appadmin/users.jsp = authc, roles[orgAdmin] /appadmin/automatedUserReconciliation.jsp = authc, roles[admin] /appadmin/iaSpeciesDiff.jsp = authcBasicWildbook,roles[rest] @@ -180,7 +180,7 @@ # /SinglePhotoVideoAddKeyword = authc, roles[researcher] /EncounterSearchExportGeneGISFormat = authc, roles[researcher] /EncounterSearchExportKML = authc, roles[researcher] - /UserCreate = authc, roles[admin] + /UserCreate = authc, roles[orgAdmin] /UserCheck = authc /UserDelete = authc, roles[admin] /ResetCommonConfiguration = authc, roles[admin]