From 145b0fb5369a2ccb952f40cb64d39edeb0e00202 Mon Sep 17 00:00:00 2001 From: Pierre Maraitre Date: Sat, 5 Dec 2015 11:26:25 +0100 Subject: [PATCH 1/2] Changed formulation for affirmative strategy --- components/security/authorization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/security/authorization.rst b/components/security/authorization.rst index e893eba6a66..55f048d6daf 100644 --- a/components/security/authorization.rst +++ b/components/security/authorization.rst @@ -41,7 +41,7 @@ the votes (either positive, negative or neutral) it has received. It recognizes several strategies: ``affirmative`` (default) - grant access as soon as any voter returns an affirmative response; + grant access as soon as there is one voter granting access. ``consensus`` grant access if there are more voters granting access than there are denying; From e9a7787c2654a930a980f7010bb60a68bbbf5efd Mon Sep 17 00:00:00 2001 From: Pierre Maraitre Date: Sat, 5 Dec 2015 11:31:01 +0100 Subject: [PATCH 2/2] Replace '.' with ';' --- components/security/authorization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/security/authorization.rst b/components/security/authorization.rst index 55f048d6daf..acf15002596 100644 --- a/components/security/authorization.rst +++ b/components/security/authorization.rst @@ -41,7 +41,7 @@ the votes (either positive, negative or neutral) it has received. It recognizes several strategies: ``affirmative`` (default) - grant access as soon as there is one voter granting access. + grant access as soon as there is one voter granting access; ``consensus`` grant access if there are more voters granting access than there are denying;