Fixed #5064 -- Fixed potentially confusing sentence in docs/authentication.txt. Thanks, Collin Grady

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-08-06 05:13:06 +00:00
parent 3c733bb690
commit 89977a6e16
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ the setting and checking of these values behind the scenes.
Previous Django versions, such as 0.90, used simple MD5 hashes without password Previous Django versions, such as 0.90, used simple MD5 hashes without password
salts. For backwards compatibility, those are still supported; they'll be salts. For backwards compatibility, those are still supported; they'll be
converted automatically to the new style the first time ``check_password()`` converted automatically to the new style the first time ``User.check_password()``
works correctly for a given user. works correctly for a given user.
Anonymous users Anonymous users