diff options
Diffstat (limited to 'docs/narr/security.rst')
| -rw-r--r-- | docs/narr/security.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst index 90ead339c..773ab3a4f 100644 --- a/docs/narr/security.rst +++ b/docs/narr/security.rst @@ -522,7 +522,7 @@ An example of its usage, with all attributes fully expanded: The ``identifier_name`` controls the name used to look up the :term:`repoze.who` "identifier" plugin within -``environ['repoze.who.plugins']`` which is used by this policy to +``request.environ['repoze.who.plugins']`` which is used by this policy to "remember" and "forget" credentials. It defaults to ``auth_tkt``. The ``callback`` is a Python dotted name to a function passed the |
