summaryrefslogtreecommitdiff
path: root/docs/narr/security.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-07-30 04:30:57 -0400
committerChris McDonough <chrism@plope.com>2011-07-30 04:30:57 -0400
commitd8c76559cf0d8775aa2c46d62b94100528fb8a7f (patch)
tree9af038c2dadf42226c11fc1c9531011af64fa99d /docs/narr/security.rst
parent6aafc53c0ee74c2a568fb4d36f5eaab968126088 (diff)
parent875ded31e7fdd0c85d1c91458248581b9dd729d7 (diff)
downloadpyramid-d8c76559cf0d8775aa2c46d62b94100528fb8a7f.tar.gz
pyramid-d8c76559cf0d8775aa2c46d62b94100528fb8a7f.tar.bz2
pyramid-d8c76559cf0d8775aa2c46d62b94100528fb8a7f.zip
Merge branch 'feature.settings-prefix'
Diffstat (limited to 'docs/narr/security.rst')
-rw-r--r--docs/narr/security.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/security.rst b/docs/narr/security.rst
index 65f3d7cf0..ce304ed9f 100644
--- a/docs/narr/security.rst
+++ b/docs/narr/security.rst
@@ -517,7 +517,7 @@ which ACL permitted or denied the authorization based on
authentication information.
This behavior can also be turned on in the application ``.ini`` file
-by setting the ``debug_authorization`` key to ``true`` within the
+by setting the ``pyramid.debug_authorization`` key to ``true`` within the
application's configuration section, e.g.:
.. code-block:: ini
@@ -525,7 +525,7 @@ application's configuration section, e.g.:
[app:main]
use = egg:MyProject#app
- debug_authorization = true
+ pyramid.debug_authorization = true
With this debug flag turned on, the response sent to the browser will
also contain security debugging information in its body.