Closed (duplicate)
Project:
Password Reset Landing Page (PRLP)
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Feb 2018 at 09:36 UTC
Updated:
26 Apr 2021 at 22:34 UTC
Jump to comment: Most recent
Comments
Comment #2
jitesh doshi commentedWhat exactly is the problem? Can you please explain the problem and the steps to reproduce it?
Comment #3
0sarah0al commentedSimply 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
Comment #4
maxplus commentedHi,
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
Comment #5
0sarah0al commentedHi 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
Comment #6
jitesh doshi commentedThank 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.
Comment #7
jasonawantAdding related issue #3182013: Integration with Password policy module;