|
@@ -1,14 +1,14 @@
|
|
|
.. _ref-authentication-backends:
|
|
|
|
|
|
-==========================================
|
|
|
-Built-in authentication backends reference
|
|
|
-==========================================
|
|
|
+=======================
|
|
|
+Authentication backends
|
|
|
+=======================
|
|
|
|
|
|
.. module:: django.contrib.auth.backends
|
|
|
:synopsis: Django's built-in authentication backend classes.
|
|
|
|
|
|
This document details the authentication backends that come with Django. For
|
|
|
-information on how how to use them and how to write your own authentication
|
|
|
+information on how to use them and how to write your own authentication
|
|
|
backends, see the :ref:`Other authentication sources section
|
|
|
<authentication-backends>` of the :ref:`User authentication guide
|
|
|
<topics-auth>`.
|