From 5d7a18bd2e1f5b15f1d9deb03b6ea55f466767c9 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 4 Dec 2007 06:14:45 +0000 Subject: [PATCH] Edited docs/authentication.txt changes from [6805] git-svn-id: http://code.djangoproject.com/svn/django/trunk@6880 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/authentication.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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