mirror of https://github.com/django/django.git
[1.5.x] Fixed #20119 -- Fixed typo in auth docs
Thanks vinyll for the report.
Backport of f670cce9f5
from master.
This commit is contained in:
parent
d35e621633
commit
8772f9b4a6
|
@ -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
|
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
|
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``
|
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
|
In the following example, the field ``identifier`` is used
|
||||||
as the identifying field::
|
as the identifying field::
|
||||||
|
|
Loading…
Reference in New Issue