Skip to content

Commit

Permalink
regression: users.jsp should be accessible to orgAdmins
Browse files Browse the repository at this point in the history
  • Loading branch information
holmbergius committed Jan 19, 2025
1 parent 57d089b commit 3e703c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 3e703c5

Please sign in to comment.