Skip to content

Commit f8e82b9

Browse files
committed
set allow_if_all_abstain to false
1 parent 03c5d89 commit f8e82b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

security/voters.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ security configuration:
266266
security:
267267
access_decision_manager:
268268
strategy: unanimous
269-
allow_if_all_abstain: true
269+
allow_if_all_abstain: false
270270
271271
.. code-block:: xml
272272
@@ -280,7 +280,7 @@ security configuration:
280280
>
281281
282282
<config>
283-
<access-decision-manager strategy="unanimous" allow-if-all-abstain="true" />
283+
<access-decision-manager strategy="unanimous" allow-if-all-abstain="false" />
284284
</config>
285285
</srv:container>
286286
@@ -290,6 +290,6 @@ security configuration:
290290
$container->loadFromExtension('security', array(
291291
'access_decision_manager' => array(
292292
'strategy' => 'unanimous',
293-
'allow_if_all_abstain' => true,
293+
'allow_if_all_abstain' => false,
294294
),
295295
));

0 commit comments

Comments
 (0)