stijnhau/user-registration
Composer 安装命令:
composer require stijnhau/user-registration
包简介
A Zend Framework 3 module which extends the registration feature of ZfcUser with email address verification
README 文档
README
Installation
- Add
"stijnhau/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/stijnhau/user-registration/config/user-registration.global.phpto./config/autoload/user-registration.global.phpand 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.
return [ 'zfcuser' => [ 'auth_adapters' => [80 => 'UserRegistration\Authentication\Adapter\EmailVerification'] ] ];
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-07-05