summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2007-12-04 06:14:45 +0000
committerAdrian Holovaty <adrian@holovaty.com>2007-12-04 06:14:45 +0000
commit5d7a18bd2e1f5b15f1d9deb03b6ea55f466767c9 (patch)
treee576364d6050e83ddc509909c5398199a7900461 /docs
parente5e75b0c52f7b3d342008f10fca4a5881eac380d (diff)
Edited docs/authentication.txt changes from [6805]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6880 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/authentication.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/authentication.txt b/docs/authentication.txt
index eadf702e88..8f305ba4d1 100644
--- a/docs/authentication.txt
+++ b/docs/authentication.txt
@@ -382,7 +382,7 @@ This example shows how you might use both ``authenticate()`` and ``login()``::
.. admonition:: Calling ``authenticate()`` first
When you're manually logging a user in, you *must* call
- ``authenticate()`` before you call ``login()``; ``authenticate()``
+ ``authenticate()`` before you call ``login()``. ``authenticate()``
sets an attribute on the ``User`` noting which authentication
backend successfully authenticated that user (see the `backends
documentation`_ for details), and this information is needed later