Skip to content

matthieu-k/ez-login-by-email

Repository files navigation

eZ Login by Email

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.

About

Enables login by email or login on eZ Platform

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages