We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce549f commit f1e07a1Copy full SHA for f1e07a1
README.rst
@@ -65,7 +65,7 @@ The new User model needs to be enabled via the ``AUTH_USER_MODEL`` setting::
65
66
Next you will need to add the new authentication backend::
67
68
- AUTHENTICATION_BACKENDS = (
+ AUTHENTICATION_BACKENDS = (
69
# default, but now optional
70
# This should be removed if you use mailauth.contrib.user or any other
71
# custom user model that does not have a username/password
0 commit comments