Skip to content

Commit

Permalink
Add UsersManager.userSecurity (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdavide authored Jan 17, 2024
1 parent 4a6fba3 commit 15b3bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SuperUserOnlyRestrictions.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function registerEvents()
{
return [
'Controller.UsersManager.userSettings' => 'restrictAccess',
'Controller.UsersManager.userSecurity' => 'restrictAccess',
'Controller.Widgetize.index' => 'restrictAccess',
'Controller.API.listAllAPI' => 'restrictAccess',
'Controller.CoreAdminHome.trackingCodeGenerator' => 'restrictAccess',
Expand Down

0 comments on commit 15b3bad

Please sign in to comment.