2017 © Pedro Peláez
 

library user-registration

A Zend Framework 3 module which extends the registration feature of ZfcUser with email address verification

image

stijnhau/user-registration

A Zend Framework 3 module which extends the registration feature of ZfcUser with email address verification

  • Sunday, June 18, 2017
  • by stijnhau
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

UserRegistration

Installation

  • Add "stijnhau/user-registration": "0.0.*", to your composer.json and run php composer.phar update
  • Enable this module in config/application.config.php
  • Copy file located in vendor/stijnhau/user-registration/config/user-registration.global.php to ./config/autoload/user-registration.global.php and change the values as you wish.

Note

If you do not want unverified users to log in, this module also ships with a authentication adapter., (*1)

return [
    'zfcuser' => [
        'auth_adapters' => [80 => 'UserRegistration\Authentication\Adapter\EmailVerification']
    ]
];

The Versions

18/06 2017

dev-master

9999999-dev https://github.com/stijnhau/userRegistration

A Zend Framework 3 module which extends the registration feature of ZfcUser with email address verification

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar stijnhau

zf2 module