Ticket #5064: 5064.patch

File 5064.patch, 579 bytes (added by Collin Grady <cgrady@…>, 17 years ago)
  • docs/authentication.txt

     
    234234
    235235Previous Django versions, such as 0.90, used simple MD5 hashes without password
    236236salts. For backwards compatibility, those are still supported; they'll be
    237 converted automatically to the new style the first time ``check_password()``
     237converted automatically to the new style the first time ``User.check_password()``
    238238works correctly for a given user.
    239239
    240240Anonymous users
Back to Top