matthewkp/ez-login-by-email

Enables login by email or login on eZ Platform.

Installs: 4 207

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Type:ezplatform-bundle

1.0.1 2018-06-10 19:57 UTC

This package is auto-updated.

Last update: 2024-04-17 08:30:06 UTC


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.