Changes between Initial Version and Version 1 of Ticket #18182, comment 4


Ignore:
Timestamp:
May 1, 2012, 9:37:17 AM (12 years ago)
Author:
Moritz Sichert

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18182, comment 4

    initial v1  
    1 Added patch ([https://github.com/django/django/pull/34 Github Pull Request])
     1Added patch ([https://github.com/django/django/pull/35 Github Pull Request])
    22
    33contrib.auth.hashers.is_password_usable now checks if the encoded string contains a $ character. For backward compatibilty to unsalted md5 hashes all encoded 32-character-long strings without a $ character are assumed to be usable. check_password won't return True for a 32-character-long plain password, though.
Back to Top