Problem/Motivation

The LdapUserLoginEvent is dispatched without the event name:

$this->eventDispatcher->dispatch($event);

This change happened in https://git.drupalcode.org/project/ldap/-/commit/6aaf0848d6165c2b1d84b0b...

This change causes that event subscribers that subscribe to the EVENT_NAME are no longer triggered. And this change seems to be unintentional to me.

Proposed resolution

Use the EVENT_NAME again.

Issue fork ldap-3534935

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

harlor created an issue. See original summary.

harlor’s picture

Status: Active » Needs review
hydra’s picture

Status: Needs review » Reviewed & tested by the community

This looks good to me