summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/authorization.rst
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-05 20:38:25 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2013-01-05 20:38:25 +0200
commit998b3970c98baa0c591507f94e6ec32b65969045 (patch)
tree11b80a137c7bbecce0296fd6666ae00d6397bad7 /docs/tutorials/wiki2/authorization.rst
parent2b164460337dd655f9aebb25a10e6f0f35363656 (diff)
downloadpyramid-998b3970c98baa0c591507f94e6ec32b65969045.tar.gz
pyramid-998b3970c98baa0c591507f94e6ec32b65969045.tar.bz2
pyramid-998b3970c98baa0c591507f94e6ec32b65969045.zip
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 d98fb87e4..03a06e304 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~