Chris McDonough
2013-01-01 973077b27539c98f37af57eef46f2bd5b6386270
Merge pull request #751 from tshepang/master

"usernames" is a more correct term
1 files modified
4 ■■■■ changed files
docs/tutorials/wiki/design.rst 4 ●●●● patch | view | raw | blame | history
docs/tutorials/wiki/design.rst
@@ -53,10 +53,10 @@
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
- USERS, a dictionary mapping usernames to their
  corresponding passwords.
- GROUPS, a dictionary mapping user names to a
- GROUPS, a dictionary mapping usernames to a
  list of groups they belong to.
- ``groupfinder``, an *authorization callback* that looks up