8000
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 fa65333 commit 94d6f30Copy full SHA for 94d6f30
security/voters.rst
@@ -251,7 +251,9 @@ strategies available:
251
This grants access if there are more voters granting access than denying;
252
253
``unanimous``
254
- This only grants access once *all* voters grant access.
+ This only grants access if there is no voter denying access.
255
+ ``allow_if_all_abstain`` configuration option can be used if voter granting
256
+ access is also required.
257
258
In the above scenario, both voters should grant access in order to grant access
259
to the user to read the post. In this case, the default strategy is no longer
0 commit comments