Ticket #5064: 5064.patch
File 5064.patch, 579 bytes (added by , 17 years ago) |
---|
-
docs/authentication.txt
234 234 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 240 240 Anonymous users