Hi

Do you guys support D8 Password policy module? Or, do you know of a patch for integrating these two modules?

Thanks

Comments

Sarahphp1 created an issue. See original summary.

jitesh doshi’s picture

What exactly is the problem? Can you please explain the problem and the steps to reproduce it?

0sarah0al’s picture

Simply put, password policies do not apply on the form the user uses to set their passwords for the first time, after they register.
And also, the password reset form.

The password policies only apply on the user/edit page ..

I probably should create an issue in the password policy queue as well.

Thanks

maxplus’s picture

Hi,
I have noticed the same as Sarahphp1, on the prlp page (user/reset/%uid) the policy is not applied and I can enter any password that is not valid with the constraints that are set.

When a authenticated visits user/%uid/edit, then the policy is applied correct and visible.

I noticed that you created the issue here: https://www.drupal.org/project/password_policy/issues/2943105, we will check if we can solve this

0sarah0al’s picture

Hi maxplus
It will be nice to find a solution for this!

I had to remove password policy module from my website because of this problem.

Thanks

jitesh doshi’s picture

Status: Active » Closed (duplicate)
Related issues: +#2943105: Password policy and Password Reset Landing Page

Thank you @Sarahphp1 and @maxplus. I looked at the source code of password_policy module. There's a LOT going on there. I'm not sure the right way to integrate it. I don't want to duplicate their code, and I don't feel qualified to create a patch for that module.

So creating an issue in password_policy module is the right thing. I'll comment on that issue, and mark this one a duplicate.

jasonawant’s picture