Changeset 5812
- Timestamp:
- 08/06/07 00:13:06 (1 year ago)
- Files:
-
- django/trunk/docs/authentication.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/authentication.txt
r5774 r5812 235 235 Previous Django versions, such as 0.90, used simple MD5 hashes without password 236 236 salts. For backwards compatibility, those are still supported; they'll be 237 converted automatically to the new style the first time `` check_password()``237 converted automatically to the new style the first time ``User.check_password()`` 238 238 works correctly for a given user. 239 239
