- Issue created by @Harlor
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.
Use the EVENT_NAME again.
Active
4.0
Code