File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -251,9 +251,9 @@ strategies available:
251
251
This grants access if there are more voters granting access than denying;
252
252
253
253
``unanimous ``
254
- 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 .
254
+ This only grants access if there is no voter denying access. If all voters
255
+ abstained from voting, the decision is based on the `` allow_if_all_abstain ``
256
+ config option (which defaults to `` false ``) .
257
257
258
258
In the above scenario, both voters should grant access in order to grant access
259
259
to the user to read the post. In this case, the default strategy is no longer
You can’t perform that action at this time.
0 commit comments