Skip to content
Snippets Groups Projects

Drupal 11 compatibility fixes.

Closes #3462426

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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);
  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 6c9591f4 - Fix some phpstan & phpcs issues.

    Compare with previous version

  • added 2 commits

    • e1f81583 - 1 commit from branch project:3.0.x
    • 4c66cd9e - Merge branch '3.0.x' into 3462426-drupal-11-compatibility

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 2 commits

    • 5317fc1f - 1 commit from branch project:3.0.x
    • 1bea39f9 - Merge branch '3.0.x' into 3462426-drupal-11-compatibility

    Compare with previous version

  • Chandan Singh added 1 commit

    added 1 commit

    • a3455794 - Temp commit to run test with D11.

    Compare with previous version

  • Chandan Singh added 1 commit

    added 1 commit

    • 6a527902 - Temp commit to run test with D11.

    Compare with previous version

  • Chandan Singh added 1 commit

    added 1 commit

    • bbf0c1cb - Temp commit to run test with D11.

    Compare with previous version

  • added 1 commit

    • ef8ca627 - Some modules are now D11 compatible.

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading