summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/authentication.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-01-12 14:39:43 -0600
committerMichael Merickel <michael@merickel.org>2020-01-12 14:39:43 -0600
commit3e38f884549658c41e8698a55cad0b8b3729333f (patch)
tree23ace98834c75e7a5d8beef12d827838de56c309 /docs/tutorials/wiki2/authentication.rst
parent246f6ad9e6eaac613f7df2a78af3aed85bfaf79a (diff)
downloadpyramid-3e38f884549658c41e8698a55cad0b8b3729333f.tar.gz
pyramid-3e38f884549658c41e8698a55cad0b8b3729333f.tar.bz2
pyramid-3e38f884549658c41e8698a55cad0b8b3729333f.zip
update wiki authorization chapter
Diffstat (limited to 'docs/tutorials/wiki2/authentication.rst')
-rw-r--r--docs/tutorials/wiki2/authentication.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki2/authentication.rst b/docs/tutorials/wiki2/authentication.rst
index 46aa9f14a..c799d79bf 100644
--- a/docs/tutorials/wiki2/authentication.rst
+++ b/docs/tutorials/wiki2/authentication.rst
@@ -76,8 +76,8 @@ It is up to individual security policies and applications to determine the best
Applications with long-running requests may want to avoid caching the identity, or tracking some extra metadata to re-verify it periodically against the authentication source.
-Configure the app
-~~~~~~~~~~~~~~~~~
+Add new settings
+~~~~~~~~~~~~~~~~
Our authentication policy is expecting a new setting, ``auth.secret``. Open
the file ``development.ini`` and add the highlighted line below: