Changes between Initial Version and Version 1 of Ticket #20079, comment 5


Ignore:
Timestamp:
May 19, 2013, 9:02:34 AM (11 years ago)
Author:
Sasha Romijn

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #20079, comment 5

    initial v1  
    11Two comments:
    22
    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.
    44* 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.
Back to Top