Skip to content

Commit 06ffebf

Browse files
SebastianKapunktcodingjoe
authored andcommitted
Fix typos in README.rst
1 parent d5ec56c commit 06ffebf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ First add `mailauth` to you installed apps::
5858
`mailauth.contrib.admin` is optional and will replace the admin's login
5959
with token based authentication too.
6060

61-
`mailauth.contrib.auth` is optional and provides a new Django User model.
61+
`mailauth.contrib.user` is optional and provides a new Django User model.
6262
The new User model needs to be enabled via the ``AUTH_USER_MODEL`` setting::
6363

6464
AUTH_USER_MODEL = 'mailauth_user.EmailUser'
@@ -75,7 +75,7 @@ Next you will need to add the new authentication backend::
7575
'mailauth.backends.MailAuthBackend',
7676
)
7777

78-
Django's `ModelBackend` is only only needed, if you still want to support
78+
Django's `ModelBackend` is only needed, if you still want to support
7979
password based authentication. If you don't, simply remove it from the list.
8080

8181
Last but not least, go to your URL root config `urls.py` and add the following::

0 commit comments

Comments
 (0)