summaryrefslogtreecommitdiff
path: root/docs/narr/security.rst
diff options
context:
space:
mode:
authorJamaludin Ahmad <j.ahmad@gmx.net>2010-12-20 06:23:04 +0700
committerJamaludin Ahmad <j.ahmad@gmx.net>2010-12-20 06:23:04 +0700
commit7b9066cccb09d1e93df88f8b3ebc9a74ec84730c (patch)
tree400ab386b9fa316fb7303ab6a22c4809e2c6325b /docs/narr/security.rst
parenta59c789b2bb4a1de5f79537cc2f1022c97bb51f6 (diff)
downloadpyramid-7b9066cccb09d1e93df88f8b3ebc9a74ec84730c.tar.gz
pyramid-7b9066cccb09d1e93df88f8b3ebc9a74ec84730c.tar.bz2
pyramid-7b9066cccb09d1e93df88f8b3ebc9a74ec84730c.zip
BFG_ -> PYRAMID_
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