diff options
| author | Claude Paroz <claude@2xlibre.net> | 2013-03-23 20:00:18 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2013-03-23 20:00:18 +0100 |
| commit | f670cce9f53984277a8ca3b191f162bebab19ea9 (patch) | |
| tree | cc3799463bd69feb6a4fbdb015f6fc81fd7823eb /docs | |
| parent | 76aecfbc4b49f5ab0613cccff1df6fab03253fab (diff) | |
Fixed #20119 -- Fixed typo in auth docs
Thanks vinyll for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/auth/customizing.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth/customizing.txt b/docs/topics/auth/customizing.txt index 50ad99c61d..143a729f37 100644 --- a/docs/topics/auth/customizing.txt +++ b/docs/topics/auth/customizing.txt @@ -495,7 +495,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:: |
