Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #39817


Ignore:
Timestamp:
02/08/2017 09:06:42 PM (8 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39817 – Description

    initial v1  
    77But not in every case the password is interpreted to be strong. For example:
    88
    9 mfjg#0 => just medium (meets the above mentioned requirement)
     9`mfjg#0` => just medium (meets the above mentioned requirement)
    1010
    11 mfjg#08 => strong
     11`mfjg#08` => strong
    1212
    13 mfjg#081 => medium (confusing, because it has one more character...)
     13`mfjg#081` => medium (confusing, because it has one more character...)
    1414
    15 mfjg#0815 => strong (again...)
     15`mfjg#0815` => strong (again...)
    1616
    1717So what are the concrete password rules? I don't understand the behavior how the password strength is calculated. Also our customers don't.