2017 © Pedro Peláez
 

cakephp-plugin cakephp-multi-column-authenticate

Provides multi column form authentications.

image

steefaan/cakephp-multi-column-authenticate

Provides multi column form authentications.

  • Wednesday, March 30, 2016
  • by steefaan
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2,598 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

MultiColumnAuthenticate Plugin

Provides multi column form authentications., (*1)

Requirements

  • CakePHP 3.x
  • PHP 5.4.16 or greater

Installation

[Using Composer], (*2)

composer require steefaan/cakephp-multi-column-authenticate:dev-master

Enable plugin

Load the plugin in your app's config/bootstrap.php file:, (*3)

Plugin::load('MultiColumnAuthenticate');

Usage

$this->loadComponent('Auth', [
    'authenticate' => [
        'MultiColumnAuthenticate.MultiColumn' => [
            'columns' => [
                'username',
                'email'
            ]
        ]
    ]
]);

The Versions

30/03 2016

dev-master-init-travis

dev-master-init-travis http://github.com/steefaan/cakephp-multi-column-authenticate

Provides multi column form authentications.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stefan Dickmann

cakephp authenticate

13/03 2016

dev-master

9999999-dev http://github.com/steefaan/cakephp-multi-column-authenticate

Provides multi column form authentications.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Stefan

cakephp authenticate