summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/authentication.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2017-06-11 12:34:43 -0500
committerGitHub <noreply@github.com>2017-06-11 12:34:43 -0500
commit06c28384c1217e054f530df511b434ff543e3132 (patch)
tree2c88d3fe196a3a594eac3d74f49b20c39d0d7aae /docs/tutorials/wiki2/authentication.rst
parenta503511cf82ab1db8c66eb949eeb30da92dd621f (diff)
parentfa13770dba3947ce78c2a67041cbd02272992104 (diff)
downloadpyramid-06c28384c1217e054f530df511b434ff543e3132.tar.gz
pyramid-06c28384c1217e054f530df511b434ff543e3132.tar.bz2
pyramid-06c28384c1217e054f530df511b434ff543e3132.zip
Merge pull request #3082 from stevepiercy/master
Update docs to synch with cookiecutter updates
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 ff59ce70b..85977d1be 100644
--- a/docs/tutorials/wiki2/authentication.rst
+++ b/docs/tutorials/wiki2/authentication.rst
@@ -92,7 +92,7 @@ Our authentication policy is expecting a new setting, ``auth.secret``. Open
the file ``development.ini`` and add the highlighted line below:
.. literalinclude:: src/authentication/development.ini
- :lines: 17-19
+ :lines: 19-21
:emphasize-lines: 3
:lineno-match:
:language: ini
@@ -101,7 +101,7 @@ Finally, best practices tell us to use a different secret for production, so
open ``production.ini`` and add a different secret:
.. literalinclude:: src/authentication/production.ini
- :lines: 15-17
+ :lines: 17-19
:emphasize-lines: 3
:lineno-match:
:language: ini