diff options
| author | Karl O. Pinc <kop@meme.com> | 2014-08-12 22:12:25 -0500 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2014-08-12 22:12:25 -0500 |
| commit | dc324784193a577bc039dcddb0651ef5ec9e6f57 (patch) | |
| tree | a7b5e7b9f9de3815d2386ecb6a1e81cf48854c66 /docs/tutorials | |
| parent | c7afe4e43ab19a5e8274988fe8dd004c04c160a1 (diff) | |
| download | pyramid-dc324784193a577bc039dcddb0651ef5ec9e6f57.tar.gz pyramid-dc324784193a577bc039dcddb0651ef5ec9e6f57.tar.bz2 pyramid-dc324784193a577bc039dcddb0651ef5ec9e6f57.zip | |
Docs: Make "userid" link to the glossary term.
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/wiki/design.rst | 4 | ||||
| -rw-r--r-- | docs/tutorials/wiki2/design.rst | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/tutorials/wiki/design.rst b/docs/tutorials/wiki/design.rst index eb785dd1c..28380bd66 100644 --- a/docs/tutorials/wiki/design.rst +++ b/docs/tutorials/wiki/design.rst @@ -53,10 +53,10 @@ Security We'll eventually be adding security to our application. The components we'll use to do this are below. -- USERS, a dictionary mapping usernames to their +- USERS, a dictionary mapping :term:`userids <userid>` to their corresponding passwords. -- GROUPS, a dictionary mapping usernames to a +- GROUPS, a dictionary mapping :term:`userids <userid>` to a list of groups to which they belong to. - ``groupfinder``, an *authorization callback* that looks up diff --git a/docs/tutorials/wiki2/design.rst b/docs/tutorials/wiki2/design.rst index df2c83398..ff7413668 100644 --- a/docs/tutorials/wiki2/design.rst +++ b/docs/tutorials/wiki2/design.rst @@ -53,7 +53,8 @@ Security We'll eventually be adding security to our application. The components we'll use to do this are below. -- USERS, a dictionary mapping users names to their corresponding passwords. +- USERS, a dictionary mapping users names (the user's :term:`userids + <userid>`) to their corresponding passwords. - GROUPS, a dictionary mapping user names to a list of groups they belong to. |
