Make WordPress Core


Ignore:
Timestamp:
09/28/2013 06:46:29 AM (12 years ago)
Author:
nacin
Message:

Expand the zxcvbn password meter blacklist, based on user input.

props iandunn.
see #25174.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/user-profile.js

    r21592 r25637  
    1010        }
    1111
    12         strength = passwordStrength(pass1, user, pass2);
     12        strength = wp.passwordStrength.meter( pass1, wp.passwordStrength.userInputBlacklist(), pass2 );
    1313
    1414        switch ( strength ) {
Note: See TracChangeset for help on using the changeset viewer.