We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a34e3 commit 5b86d6fCopy full SHA for 5b86d6f
1 file changed
src/Controller/SettingsController.php
@@ -44,6 +44,7 @@ public function __construct(private readonly SettingsManagerInterface $settingsM
44
public function systemSettings(Request $request, TagAwareCacheInterface $cache): Response
45
{
46
$this->denyAccessUnlessGranted('@config.change_system_settings');
47
+ $this->denyAccessUnlessGranted('IS_AUTHENTICATED_FULLY');
48
49
//Create a clone of the settings object
50
$settings = $this->settingsManager->createTemporaryCopy(AppSettings::class);
0 commit comments