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 438eb9b commit d7946fcCopy full SHA for d7946fc
README.rst
@@ -52,7 +52,7 @@ with token based authentication too.
52
`mailauth.contrib.auth` is optional and provides a new Django User model.
53
The new User model needs to be enabled via the ``AUTH_USER_MODEL`` setting::
54
55
- AUTH_USER_MODEL = 'mailauth.EmailUser'
+ AUTH_USER_MODEL = 'mailauth_user.EmailUser'
56
57
Next you will need to add the new authentication backend::
58
0 commit comments