From 7b9066cccb09d1e93df88f8b3ebc9a74ec84730c Mon Sep 17 00:00:00 2001 From: Jamaludin Ahmad Date: Mon, 20 Dec 2010 06:23:04 +0700 Subject: BFG_ -> PYRAMID_ --- docs/narr/security.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/narr/security.rst') 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 -- cgit v1.2.3