Drupal 11 compatibility fixes.
Closes #3462426
Merge request reports
Activity
added 1 commit
- 6188b22e - Temp commit to run PHPUnit tests on Drupal 11.
added 1 commit
- 0220ac89 - Temp commit to run PHPUnit tests on Drupal 11.
added 1 commit
- 7027649e - Temp commit to run PHPUnit tests on Drupal 11.
added 1 commit
- cf21f215 - Temp commit to run PHPUnit tests on Drupal 11.
378 378 $form_state->setError($pane_form['returning_customer'], $this->t('Unrecognized username or password. <a href=":url">Have you forgotten your password?</a>', [':url' => $password_url])); 379 379 return; 380 380 } 381 if (user_is_blocked($username)) { 381 $user = User::load($username); changed this line in version 13 of the diff
Please register or sign in to reply