Skip to content

Commit

Permalink
fix: remove settings_my_settings from portal users
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomiejmarszal committed Jun 13, 2024
1 parent 62b08d1 commit 353f2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models/classes/ServiceProvider/LtiServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public function __invoke(ContainerConfigurator $configurator): void
[
'help' => self::PORTAL_ACCESS_ROLES,
'settings_my_password' => self::PORTAL_ACCESS_ROLES,
'settings_my_settings' => self::PORTAL_ACCESS_ROLES
]
);

Expand Down

0 comments on commit 353f2d0

Please sign in to comment.