I filled out password constraint form.. chose 3 uppercase and 2 lowercase characters. What's not obvious in the UI when adding a password is that the 3 uppercase characters can't be the same character. Policy status message says "Fail - Password must contain at 3 uppercase characters" and "Fail - Password must contain at least 2 lowercase characters". Seems like the status message should contain the word distinct or unique to be more clear.

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jayvolk created an issue. See original summary.

jayvolk’s picture

patch for review

daggerhart’s picture

Status: Needs review » Reviewed & tested by the community

Re-queued the test and everything passed. The code here looks good and the text in the patch provides more clarity for the policy.

AohRveTPV’s picture

Status: Reviewed & tested by the community » Needs work

Should also be clarified for numeric and special characters.

Thanks for the issue and patch.

AohRveTPV’s picture

Category: Feature request » Bug report

I think this could be considered a bug.

baikho’s picture

Same here, 1 of our clients has also highlighted this issue.

See attached patch with addressed change on comment #4 including plugin summary and the test updates.

baikho’s picture

Issue summary: View changes
FileSize
86.58 KB

hmendes made their first commit to this issue’s fork.

hmendes’s picture

Re-rolling patch from #6 as a MR.

jessicacs’s picture

Status: Needs review » Reviewed & tested by the community
FileSize
69.46 KB

I tested issue from MR and it worked for me.

paulocs made their first commit to this issue’s fork.

  • paulocs committed 103a2c2 on 8.x-3.x authored by hmendes
    Issue #2894929 by baikho, jayvolk, paulocs: Instructions unclear for...
paulocs’s picture

Status: Reviewed & tested by the community » Fixed

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.