summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2013-03-23 20:00:18 +0100
committerClaude Paroz <claude@2xlibre.net>2013-03-23 20:01:44 +0100
commit8772f9b4a6fd424c404cc1945ec57ddc767397ef (patch)
treedcf37a5b65de26a3f305377acb8cd27d73dff302
parentd35e621633640797d2db15ec2ff05ff97a3b80a6 (diff)
[1.5.x] Fixed #20119 -- Fixed typo in auth docs
Thanks vinyll for the report. Backport of f670cce9f53 from master.
-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 22d68f262d..d9c6df145a 100644
--- a/docs/topics/auth/customizing.txt
+++ b/docs/topics/auth/customizing.txt
@@ -489,7 +489,7 @@ password resets. You must then provide some key implementation details:
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 in it's definition).
+ set in its definition).
In the following example, the field ``identifier`` is used
as the identifying field::