Skip to content

Commit

Permalink
Fixed #6079: Added AUTHENTICATION_BACKENDS to docs/settings.txt
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6791 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
ubernostrum committed Dec 1, 2007
1 parent 56b1b7d commit 0aa26da
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/settings.txt
Expand Up @@ -225,6 +225,17 @@ Whether to append trailing slashes to URLs. This is only used if
``CommonMiddleware`` is installed (see the `middleware docs`_). See also ``CommonMiddleware`` is installed (see the `middleware docs`_). See also
``PREPEND_WWW``. ``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 CACHE_BACKEND
------------- -------------


Expand Down

0 comments on commit 0aa26da

Please sign in to comment.