Michael Merickel
2014-03-11 578c8ddc874d389660b74fff2f9acc95c4ce3f2a
Merge pull request #1271 from manicou/patch-1

Update authorization.rst
1 files modified
2 ■■■ changed files
docs/tutorials/wiki2/authorization.rst 2 ●●● patch | view | raw | blame | history
docs/tutorials/wiki2/authorization.rst
@@ -62,7 +62,7 @@
- If the userid *does not* exist in the system, it will
  return ``None``.
For example, ``groupfinder('editor', request )`` returns ['group:editor'],
For example, ``groupfinder('editor', request )`` returns ['group:editors'],
``groupfinder('viewer', request)`` returns [], and ``groupfinder('admin', request)``
returns ``None``.  We will use ``groupfinder()`` as an :term:`authentication policy`
"callback" that will provide the :term:`principal` or principals