Skip to content

Commit 4c6aff1

Browse files
authored
Merge pull request #987 from WildMeOrg/re-relax-admin-to-orgadmin
Regression: users.jsp should be accessible to orgAdmins
2 parents 5e90e87 + f279c86 commit 4c6aff1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/webapp/WEB-INF/web.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
/appadmin/dataValuesCheck.jsp = authc
8080

8181
/appadmin/scanTaskAdmin.jsp = authc, roles[researcher]
82-
/appadmin/users.jsp = authc, roles[admin]
82+
/appadmin/users.jsp = authc, roles[orgAdmin]
8383
/appadmin/automatedUserReconciliation.jsp = authc, roles[admin]
8484
/appadmin/iaSpeciesDiff.jsp = authcBasicWildbook,roles[rest]
8585

@@ -180,7 +180,7 @@
180180
# /SinglePhotoVideoAddKeyword = authc, roles[researcher]
181181
/EncounterSearchExportGeneGISFormat = authc, roles[researcher]
182182
/EncounterSearchExportKML = authc, roles[researcher]
183-
/UserCreate = authc, roles[admin]
183+
/UserCreate = authc, roles[orgAdmin]
184184
/UserCheck = authc
185185
/UserDelete = authc, roles[admin]
186186
/ResetCommonConfiguration = authc, roles[admin]

0 commit comments

Comments
 (0)