Download the PHP package patrickkivits/ht-user-registration without Composer
On this page you can find all versions of the php package patrickkivits/ht-user-registration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download patrickkivits/ht-user-registration
More information about patrickkivits/ht-user-registration
Files in patrickkivits/ht-user-registration
Download patrickkivits/ht-user-registration
More information about patrickkivits/ht-user-registration
Files in patrickkivits/ht-user-registration
Vendor patrickkivits
Package ht-user-registration
Short Description A Zend Framework 2 module which extends the registration feature of ZfcUser with email address verification
License MIT
Homepage https://github.com/hrevert/HtUserRegistration
Package ht-user-registration
Short Description A Zend Framework 2 module which extends the registration feature of ZfcUser with email address verification
License MIT
Homepage https://github.com/hrevert/HtUserRegistration
Please rate this library. Is it a good library?
Informations about the package ht-user-registration
HtUserRegistration
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.
Installation
- Add
"hrevert/ht-user-registration": "0.0.*"
, to your composer.json and runphp 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.
All versions of ht-user-registration with dependencies
PHP Build Version
Package Version
The package patrickkivits/ht-user-registration contains the following files
Loading the files please wait ....