Skip to content

Commit

Permalink
Add note about rearranging authentication backends
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored and francoisfreitag committed Oct 6, 2021
1 parent 079ec38 commit daadc9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ models, but it does assume that a database is present.
"django.contrib.auth.backends.ModelBackend",
]
Django will check each authentication backend in order, so you are free
to reorder these if checking `ModelBackend` first is more applicable to
your application.

.. _`python-ldap`: https://pypi.org/project/python-ldap/
.. _`OpenLDAP`: https://www.openldap.org/

0 comments on commit daadc9e

Please sign in to comment.