Changes between Initial Version and Version 1 of Ticket #20079, comment 5
- Timestamp:
- May 19, 2013, 9:02:34 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20079, comment 5
initial v1 1 1 Two comments: 2 2 3 * The test does not check the new feature ("passwords always include entropy") - if I apply your test but,not the implementation, the test succeeds.3 * The test does not check the new feature ("passwords always include entropy") - if I apply your test, but not the implementation, the test succeeds. 4 4 * The admin_views tests contain several checks that a set password is not equal to UNUSABLE_PASSWORD; but with this patch, those tests would succeed even if the user's password had become set to an unusable one. In other words, those test will also need to be updated to use startswith.