Skip to content

Commit

Permalink
TASK: Remove obsolete policy for removed temporary login controller
Browse files Browse the repository at this point in the history
Followup for #93 which left the policy for the `PackageFactory\Guevara\Controller\LoginController` from the beginning of the revolution introduced with ce1f78c

The line was later renamed and thus this zombie was created.
  • Loading branch information
mhsdesign committed Jan 7, 2025
1 parent b22d46b commit 35293e5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Configuration/Policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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->.*())'

Expand All @@ -22,12 +19,6 @@ privilegeTargets:

roles:

'Neos.Flow:Everybody':
privileges:
-
privilegeTarget: 'Neos.Neos.Ui:BackendLogin'
permission: GRANT

'Neos.Neos:AbstractEditor':
privileges:
-
Expand Down

0 comments on commit 35293e5

Please sign in to comment.