I installed this module, but I noticed I was able to create passwords with only 1 character?
On my normal password reset I had : https://www.drupal.org/project/password_policy installed, but it seems this module and password_policy don't go together?
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | prlp-7.x-1.x-add_password_policy_compatibility-2294381-5.patch | 723 bytes | aohrvetpv |
Comments
Comment #1
kyuubi commentedI am having the exact same issue!
Anyone ?
Comment #2
jitesh doshi commentedLet me look into it.
Comment #3
kyuubi commentedHi Jitesh,
I have managed to solve this by changing password policy as the problem seems to be there.
Here is the link to the issue and the patch I provided:
https://www.drupal.org/node/2362023#comment-9273063
Comment #4
Anonymous (not verified) commentedLooks like your change in dev either wasn't working or was not accepted kyuubi. At this time the Dev version of password policy actually makes things worse. At least when the 1 time email link is used with the prod version of pass policy it will show you what requirements (alpha, at least 1 symbol, >7 etc) are needed. But the dev version now (when using 1 time email link) doesn't even show that, it just shows the standard drupal message of make it at least 6, use upper / lower case etc.
Comment #5
aohrvetpv commentedThis patch adds compatibility with the latest version of Password Policy 7.x-2.x. The solution is inelegant though; it works by modifying hook execution order to ensure Password Policy calls
form_alterhooks after PRLP. Perhaps there exists a simpler solution.How Password Policy modifies the password element has been changed, so the patch referenced in #3 no longer works. Description of the problem here: #2362023-27: Support for Password Reset Landing Page (PRLP).
Comment #6
Anonymous (not verified) commentedThe patch does solve the problem, which is critical. Thank you.
Comment #7
jitesh doshi commentedPatch applied to 7.x-1.x branch. Please test.
Comment #9
a_thakur commentedI see this can be committed..could we have another release as well for this module?
Comment #10
Vinnie D commentedNew release created: 7.x-1.2, which includes the fix for said issue.
Comment #11
a_thakur commentedThanks @Vinnie D