Skip to content

Commit

Permalink
Merge pull request #184 from johngian/fix-177
Browse files Browse the repository at this point in the history
Do not suggest using ModelBackend in installation docs.
  • Loading branch information
johngian committed Feb 9, 2018
2 parents 5980f2b + 33eb2d3 commit f106ea3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ Start by making the following changes to your ``settings.py`` file.
# Add 'mozilla_django_oidc' authentication backend
AUTHENTICATION_BACKENDS = (
# ...
'django.contrib.auth.backends.ModelBackend',
'mozilla_django_oidc.auth.OIDCAuthenticationBackend',
# ...
)
Expand Down

0 comments on commit f106ea3

Please sign in to comment.