eab / login-by-email-bundle
Bundle for eZ Publish enabling login by email address
Installs: 1 049
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 4
Open Issues: 0
pkg:composer/eab/login-by-email-bundle
Requires
This package is not auto-updated.
Last update: 2025-12-07 00:28:29 UTC
README
A Symfony bundle enabling users to login to eZ Publish using either username or email address.
Summary
This bundle enables users to login to eZ Publish using their email address in addition
to their username (this functionality was removed from eZ Publish in version 5.3).
To do so, we override eZ Publish's UserProvider and AuthenticationProvider.
Acknowledgements
Thanks to silver.solutions product development team for providing the information on how to do this.
Installation
Edit ezpublish\EzPublishKernel.php and add the following to the $bundles array in the registerBundles() function:
new Eab\LoginByEmailBundle\EabLoginByEmailBundle(),