- First commit to issue fork.
- last update
over 1 year ago Composer require failure - last update
over 1 year ago Composer require failure - 🇺🇦Ukraine i-trokhanenko Lutsk 🇺🇦
+1 RTBC
Merge request #10 works well for me. Thanks!
- Assigned to Kristen Pol
- 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
Assigning to myself as I'm reviewing/merging ready RTBC fixes/updates over the next few days.
- Issue was unassigned.
- Status changed to Needs work
10 months ago 3:17am 9 February 2024 - 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
Thanks to everyone for working on this issue.
1. The MR doesn't have the same code that the patch has. Unclear why the patch has more.
2. We need tests (see the tag) so this is not ready.
- Assigned to COBadger
- Merge request !703227004-4.0.x: Value 0 as password passed the validation → (Open) created by COBadger
- Open on Drupal.org →Core: 10.2.1 + Environment: PHP 7.4 & MySQL 5.7last update
10 months ago Waiting for branch to pass - Issue was unassigned.
- Status changed to Needs review
10 months ago 8:55pm 9 February 2024 - 🇺🇸United States COBadger
I'm changing the version for this issue from 8.x-3.x-dev to 4.0.0 because 3.x is not compatible with Drupal 10 and 4.0.0 is the recommended release.
I altered the approach to solving this problem from adding a conditional in PasswordPolicyValidator to enabling PasswordPolicyValidator to use constraints that are independent of password_policy submodules, making it easier to maintain and test against those constraints.
MR #70 contains:
- An update to PasswordPolicyValidator to enable the use of constraints
- PasswordNotZeroConstraint
- PasswordNotZeroConstraintTest
- An update to _password_policy_user_profile_form_validate() that enables password validation when the password is the character zero
@Kristen-Pol, to answer your question about why patch #7 has more logic than MR #10, the update to _password_policy_user_profile_form_validate() -- which originally was in MR10 and was subsequently removed -- is necessary in order for the module to perform password validation when the password has been set as "0".
- Assigned to Kristen Pol
- 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
Assigning to myself to review.
- Merge request !713236423: Corrected PasswordCharacter constraint to not require unique letters... → (Closed) created by COBadger
- Merge request !723236423: Corrected PasswordCharacter constraint to not require unique letters... → (Open) created by COBadger
- 🇺🇸United States COBadger
Please ignore MR 72. That MR is intended to go against https://www.drupal.org/project/password_policy/issues/3236423 ✨ Do not require unique characters in "Password character type" constraint Needs review .
- Issue was unassigned.
- Status changed to Needs work
10 months ago 11:42pm 22 February 2024 - 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
Thanks for the updates. I looked at MR 70 and noted a couple formatting fixes and had a question.
- 🇺🇸United States Kristen Pol Santa Cruz, CA, USA
This still needs work per feedback above and needs tests.
- 🇮🇳India dev20.addweb
empty()
considers "0" as false$str === ""
would work instead