summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/authorization.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-01-11 22:09:33 -0800
committerChris McDonough <chrism@plope.com>2013-01-11 22:09:33 -0800
commit5ccd7a2ab35e46432f10ccdcd11872f9e00423f1 (patch)
treefa4f717e4c9954c4c38cbfa023f3c6096c07ad56 /docs/tutorials/wiki2/authorization.rst
parent103fbe139d733f3f4170397cf8dda8ddeb4b36ed (diff)
parent998b3970c98baa0c591507f94e6ec32b65969045 (diff)
downloadpyramid-5ccd7a2ab35e46432f10ccdcd11872f9e00423f1.tar.gz
pyramid-5ccd7a2ab35e46432f10ccdcd11872f9e00423f1.tar.bz2
pyramid-5ccd7a2ab35e46432f10ccdcd11872f9e00423f1.zip
Merge pull request #772 from tshepang/obvious
remove info that should be obvious to the reader
Diffstat (limited to 'docs/tutorials/wiki2/authorization.rst')
-rw-r--r--docs/tutorials/wiki2/authorization.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/authorization.rst b/docs/tutorials/wiki2/authorization.rst
index 1ac493e14..321f1f9c4 100644
--- a/docs/tutorials/wiki2/authorization.rst
+++ b/docs/tutorials/wiki2/authorization.rst
@@ -303,9 +303,8 @@ like this:
(Only the highlighted line needs to be added.)
-:meth:`~pyramid.security.authenticated_userid()` will return None
-if the user is not authenticated, or some user id it the user
-is authenticated.
+The :meth:`~pyramid.security.authenticated_userid` method will return None
+if the user is not authenticated.
Add a "Logout" link when logged in
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~