matthewkp / ez-login-by-email
Enables login by email or login on eZ Platform.
Installs: 4 319
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:ezplatform-bundle
Requires
- ezsystems/ezpublish-kernel: ^6.0|^7.0
README
With this bundle users will be able to login with their email or login.
Tested on eZ Platform version 1.10, it should work since eZ Platform 1.
Install Package
composer require matthewkp/ez-login-by-email
// app/AppKernel.php class AppKernel extends Kernel { ... public function registerBundles() { ... $bundles = array( ... new Matthewkp\EzLoginByEmailBundle\MatthewkpEzLoginByEmailBundle(), ... ); ... } }
More information
Initially made by https://github.com/eab-dev/LoginByEmailBundle. This (matthew/ez-login-by-email) bundle uses compiler passes to override default eZ Platform classes.