The project page says:

Drupal 8

We just released the Drupal 8 version, which is a plugin to Password Policy. Please note: this requires Composer Manager. You must run `composer drupal-update` from the Drupal docroot to retrieve the Zxcvbn library used in this module.

Composer Manager is deprecated in D8, support was removed in #2633090: Remove dependency on Composer Manager and we forgot to update the project page. Maybe we can just remove the "Please note: this requires Composer Manager. You must run `composer drupal-update` from the Drupal docroot to retrieve the Zxcvbn library used in this module.".

CommentFileSizeAuthor
#4 password_strength-2889315-4.patch2.86 KBbadjava
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

badjava created an issue. See original summary.

badjava’s picture

greggles’s picture

I fixed the project page. Can you provide a patch for the README?

badjava’s picture

Status: Active » Needs review
FileSize
2.86 KB

Patch attached. It looks like a composer based workflow is a requirement since there is no way to autoload the bjeavons/zxcvbn-php library without it. I have updated the readme to reflect this.

greggles’s picture

Now fixed - thanks!

  • greggles committed 634d841 on 8.x-2.x authored by badjava
    Issue #2889315 by badjava: Update project page and remove Composer...
greggles’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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