summaryrefslogtreecommitdiff
path: root/docs/narr/security.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-12-19 19:17:44 -0500
committerChris McDonough <chrism@plope.com>2010-12-19 19:17:44 -0500
commit8dabcb4c5e162075c3418549fc22eb5b7a55200b (patch)
tree9b104bfc13c64d7f948b2fe7775e460ff0e217aa /docs/narr/security.rst
parent53f1bb24eb51ac994185f2365930220a9d87e77e (diff)
parent7b9066cccb09d1e93df88f8b3ebc9a74ec84730c (diff)
downloadpyramid-8dabcb4c5e162075c3418549fc22eb5b7a55200b.tar.gz
pyramid-8dabcb4c5e162075c3418549fc22eb5b7a55200b.tar.bz2
pyramid-8dabcb4c5e162075c3418549fc22eb5b7a55200b.zip
Merge branch 'jahmad-typos'
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 c045e3b32..c5262faa2 100644
--- a/docs/narr/security.rst
+++ b/docs/narr/security.rst
@@ -496,12 +496,12 @@ Debugging View Authorization Failures
If your application in your judgment is allowing or denying view
access inappropriately, start your application under a shell using the
-``BFG_DEBUG_AUTHORIZATION`` environment variable set to ``1``. For
+``PYRAMID_DEBUG_AUTHORIZATION`` environment variable set to ``1``. For
example:
.. code-block:: text
- $ BFG_DEBUG_AUTHORIZATION=1 bin/paster serve myproject.ini
+ $ PYRAMID_DEBUG_AUTHORIZATION=1 bin/paster serve myproject.ini
When any authorization takes place during a top-level view rendering,
a message will be logged to the console (to stderr) about what ACE in