Skip to content

Commit d7946fc

Browse files
committed
Fix AUTH_USER_MODEL documentation
1 parent 438eb9b commit d7946fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ with token based authentication too.
5252
`mailauth.contrib.auth` is optional and provides a new Django User model.
5353
The new User model needs to be enabled via the ``AUTH_USER_MODEL`` setting::
5454

55-
AUTH_USER_MODEL = 'mailauth.EmailUser'
55+
AUTH_USER_MODEL = 'mailauth_user.EmailUser'
5656

5757
Next you will need to add the new authentication backend::
5858

0 commit comments

Comments
 (0)