Changeset 6880
- Timestamp:
- 12/04/07 00:14:45 (9 months ago)
- Files:
-
- django/trunk/docs/authentication.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/authentication.txt
r6810 r6880 383 383 384 384 When you're manually logging a user in, you *must* call 385 ``authenticate()`` before you call ``login()`` ;``authenticate()``385 ``authenticate()`` before you call ``login()``. ``authenticate()`` 386 386 sets an attribute on the ``User`` noting which authentication 387 387 backend successfully authenticated that user (see the `backends
