We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb97656 commit eb8f0ddCopy full SHA for eb8f0dd
book/security.rst
@@ -1603,7 +1603,7 @@ Roles
1603
1604
The idea of a "role" is key to the authorization process. Each user is assigned
1605
a set of roles and then each resource requires one or more roles. If the user
1606
-has the required roles, access is granted. Otherwise access is denied.
+has any one of the required roles, access is granted. Otherwise access is denied.
1607
1608
Roles are pretty simple, and are basically strings that you can invent and
1609
use as needed (though roles are objects internally). For example, if you
0 commit comments