Problem/Motivation

Website can encounter an unexpected error and shows a call to undefined method error, line 24 of noreqnewpass.module.

Steps to reproduce

Login to website with a wrong password.

Proposed resolution

Change line 24 and call the defined method in src/Hook/Theme.php:

  \Drupal::service('noreqnewpass.theme_hooks')->preprocessBlockUserLoginBlock($variables);
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

gkaas created an issue. See original summary.

astonvictor made their first commit to this issue’s fork.

astonvictor’s picture

Version: 8.x-1.5 » 8.x-1.x-dev
Status: Active » Fixed

thanks for the report. it was a typo. fixed and released.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.