[wp-trac] [WordPress Trac] #31772: Browser unresponsive with long password

WordPress Trac noreply at wordpress.org
Tue Apr 28 01:04:51 UTC 2015


#31772: Browser unresponsive with long password
-------------------------------------+-------------------------------------
 Reporter:  BevanR                   |       Owner:
     Type:  defect (bug)             |      Status:  new
 Priority:  normal                   |   Milestone:  Awaiting Review
Component:  Users                    |     Version:  3.7
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch needs-unit-    |     Focuses:  javascript,
  tests                              |  performance
-------------------------------------+-------------------------------------

Comment (by BevanR):

 I found answers to some of my questions on WP's "Make" blog:
 https://make.wordpress.org/core/2013/09/13/javascript-unit-tests-for-
 core/.

 I thought of a reliable way to test without spying.  It compares scores of
 long passwords that are weak before the threshold.  The tests check that
 WP's score for a password that is strong only after the threshold;

 - matches WP's score for a password that is weak both before and after the
 threshold.
 - matches Zxcvbn's score for the weak first part of the password.
 - is less than Zxcvbn's score for a password that is strong only after the
 threshold.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/31772#comment:20>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list