- Issue created by @larowlan
- Status changed to Needs review
over 1 year ago 3:27am 26 June 2023 - last update
over 1 year ago CI aborted - last update
over 1 year ago 15 pass, 2 fail The last submitted patch, 3: 3369899.patch, failed testing. View results β
- π¦πΊAustralia dpi Perth, Australia
Cursory review
-
+++ b/src/Hooks/PasswordReset.php @@ -0,0 +1,119 @@ +final class PasswordReset implements ContainerInjectionInterface { ... + if (($role_id = $this->configFactory->get(SettingsForm::CROWD_SETTINGS)->get('verified_role')) &&
Line is a bit long
-
+++ b/src/Hooks/PasswordReset.php @@ -0,0 +1,119 @@ + $user->addRole($role_id);
Should we bother if the user exists and is blocked?
-
+++ b/tests/src/Functional/PasswordResetTest.php @@ -0,0 +1,88 @@ + $account->sessionId = $this->getSession() ... + ->getOptions(\Drupal::request())['name']);
Whack indentation
-
- last update
over 1 year ago 18 pass -
larowlan β
committed a1ad0457 on 3.x
Issue #3369899 by larowlan, dpi: Allow password reset form to 'pull'...
-
larowlan β
committed a1ad0457 on 3.x
- Status changed to Fixed
over 1 year ago 4:53am 26 June 2023 - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Committed and cut an alpha2
Automatically closed - issue fixed for 2 weeks with no activity.