From 35293e5d516c684af8043f4f9e3b3500ea57d49d Mon Sep 17 00:00:00 2001 From: mhsdesign <85400359+mhsdesign@users.noreply.github.com> Date: Tue, 7 Jan 2025 21:57:47 +0100 Subject: [PATCH] TASK: Remove obsolete policy for removed temporary login controller Followup for https://github.com/neos/neos-ui/issues/93 which left the policy for the `PackageFactory\Guevara\Controller\LoginController` from the beginning of the revolution introduced with ce1f78cfda235c0015c2b5e4ec4138d5ddf66d7f The line was later renamed and thus this zombie was created. --- Configuration/Policy.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Configuration/Policy.yaml b/Configuration/Policy.yaml index 5fe391a9de..ad851cdbbf 100644 --- a/Configuration/Policy.yaml +++ b/Configuration/Policy.yaml @@ -6,9 +6,6 @@ privilegeTargets: 'Neos\Flow\Security\Authorization\Privilege\Method\MethodPrivilege': - 'Neos.Neos.Ui:BackendLogin': - matcher: 'method(Neos\Neos\Ui\Controller\LoginController->(index|authenticate)Action()) || method(Neos\Flow\Security\Authentication\Controller\AbstractAuthenticationController->authenticateAction())' - 'Neos.Neos.Ui:Backend.GeneralAccess': matcher: 'method(Neos\Neos\Ui\Controller\BackendController->.*())' @@ -22,12 +19,6 @@ privilegeTargets: roles: - 'Neos.Flow:Everybody': - privileges: - - - privilegeTarget: 'Neos.Neos.Ui:BackendLogin' - permission: GRANT - 'Neos.Neos:AbstractEditor': privileges: -