Skip to content

Commit

Permalink
Restrict locale currency/language/site to super users
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed May 31, 2024
1 parent 2d64c69 commit 16d013d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/admin/jsonadm/resource.php
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
* @param array List of user group names
* @since 2017.10
*/
'groups' => ['admin', 'super'],
'groups' => ['super'],
],
'language' => [
/** admin/jsonadm/resource/locale/language/groups
Expand All @@ -259,7 +259,7 @@
* @param array List of user group names
* @since 2017.10
*/
'groups' => ['admin', 'super'],
'groups' => ['super'],
],
'currency' => [
/** admin/jsonadm/resource/locale/currency/groups
Expand All @@ -268,7 +268,7 @@
* @param array List of user group names
* @since 2017.10
*/
'groups' => ['admin', 'super'],
'groups' => ['super'],
],
],
'media' => [
Expand Down

0 comments on commit 16d013d

Please sign in to comment.