Changes between Initial Version and Version 1 of Ticket #18182, comment 4
- Timestamp:
- May 1, 2012, 9:37:17 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18182, comment 4
initial v1 1 Added patch ([https://github.com/django/django/pull/3 4Github Pull Request])1 Added patch ([https://github.com/django/django/pull/35 Github Pull Request]) 2 2 3 3 contrib.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.