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
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
Comment #3
harlor commentedComment #4
hydra commentedThis looks good to me
Comment #7
bluegeek9 commented