2017 © Pedro Peláez
 

library ht-user-registration

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

image

patrickkivits/ht-user-registration

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

  • Friday, January 13, 2017
  • by patrickkivits
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 11 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

HtUserRegistration

Master Branch Build Status Latest Stable Version Latest Unstable Version Total Downloads Scrutinizer Code Quality Code Coverage, (*1)

A Zend Framework 2 module which extends the registration feature of ZfcUser. When public registration is enabled, it provides email address verfication feature and when public registration is disabled, it sends email to the user`s email address with a link to set their account password., (*2)

Installation

  • Add "hrevert/ht-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/hrevert/ht-user-registration/config/ht-user-registration.global.php to ./config/autoload/ht-user-registration.global.php and change the values as you wish.
  • Also, configure MtMail as stated in the docs.

Note

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

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

The Versions

13/01 2017

dev-patch-2

dev-patch-2 https://github.com/nocksapp/HtUserRegistration

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ojhaujjwal
by Hrevert Technologies
by Nocks

zf2 module

13/01 2017

dev-patch-1

dev-patch-1 https://github.com/nocksapp/HtUserRegistration

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ojhaujjwal
by Hrevert Technologies
by Nocks

zf2 module

12/10 2016

dev-master

9999999-dev https://github.com/patrickkivits/HtUserRegistration

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ojhaujjwal
by Hrevert Technologies
by Patrick Kivits

zf2 module

29/11 2014

0.0.3

0.0.3.0 https://github.com/hrevert/HtUserRegistration

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ojhaujjwal
by Hrevert Technologies

zf2 module

24/10 2014

0.0.2

0.0.2.0 https://github.com/hrevert/HtUserRegistration

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ojhaujjwal
by Hrevert Technologies

zf2 module

17/10 2014

0.0.1

0.0.1.0 https://github.com/hrevert/HtUserRegistration

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

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar ojhaujjwal
by Hrevert Technologies

zf2 module

13/05 2014

0.0.1-alpha1

0.0.1.0-alpha1 https://github.com/hrevert/HtUserRegistration

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

  Sources   Download

MIT

The Requires

 

by Avatar ojhaujjwal
by Hrevert Technologies

zf2 module