Magento2: magentoCE2.14 register page strange password strength notice

Created on 30 Aug 2017  路  3Comments  路  Source: magento/magento2



magentoCE 2.1.4 stranger password strength message in register page

Preconditions


  1. ubuntu 14.04, php7, mysql5.6 , magento version ce-2.14

Steps to reproduce


1.I n the register page, input a password likes:Cc-2017010 ,then I see the password strength message shows "Strong".
selection_409

  1. Then,I change the password to 'Cc-20170109',the password strength turn to 'Medium'
    selection_410

Expected result

  1. The password 'Cc-20170109' strength should be same or more larger than 'Cc-2017010'.

Actual result

  1. [Screenshot, logs]
    The password strength of 'Cc-20170109' is 'medium',its strength is lower than password 'Cc-2017010' which is 'strong'.
    Does anyone know how the magento password strength checker work?Is this the bug?
Clear Description Confirmed Format is valid

Most helpful comment

The password strength meter is using this project.

My current guess would be that the second password
Cc-2017010
Cc-20170109
gets marked down because it includes a valid way to describe a date (January 9th 2017) whereas the first one is only an incomplete date.

All 3 comments

The password strength meter is using this project.

My current guess would be that the second password
Cc-2017010
Cc-20170109
gets marked down because it includes a valid way to describe a date (January 9th 2017) whereas the first one is only an incomplete date.

@Boolem, thank you for your report.
We've created internal ticket(s) MAGETWO-78400 to track progress on the issue.

@fooman @rogyar thank you for details on this issue. It makes sense to close the issue.

Was this page helpful?
0 / 5 - 0 ratings