Author: ubernostrum
Date: 2007-12-01 11:27:44 -0600 (Sat, 01 Dec 2007)
New Revision: 6791
Modified:
django/trunk/docs/settings.txt
Log:
Fixed #6079: Added AUTHENTICATION_BACKENDS to docs/settings.txt
Modified: django/trunk/docs/settings.txt
===================================================================
--- django/trunk/docs/settings.txt 2007-12-01 17:20:19 UTC (rev 6790)
+++ django/trunk/docs/settings.txt 2007-12-01 17:27:44 UTC (rev 6791)
@@ -225,6 +225,17 @@
``CommonMiddleware`` is installed (see the `middleware docs`_). See also
``PREPEND_WWW``.
+AUTHENTICATION_BACKENDS
+-----------------------
+
+Default: ``('django.contrib.auth.backends.ModelBackend',)``
+
+A tuple of authentication backend classes (as strings) to use when
+attempting to authenticate a user. See the `authentication backends
+documentation`_ for details.
+
+.. _authentication backends documentation:
../authentication/#other-authentication-sources
+
CACHE_BACKEND
-------------
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---