summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/auth/customizing.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt
index ca1c39bd8e..382fc94a6b 100644
--- a/docs/topics/auth/customizing.txt
+++ b/docs/topics/auth/customizing.txt
@@ -548,7 +548,7 @@ password resets. You must then provide some key implementation details:
A string describing the name of the field on the user model that is
used as the unique identifier. This will usually be a username of some
kind, but it can also be an email address, or any other unique
- identifier. The field *must* be unique (i.e., have ``unique=True`` set
+ identifier. The field *must* be unique (e.g. have ``unique=True`` set
in its definition), unless you use a custom authentication backend that
can support non-unique usernames.