eye4web/eye4web-zfc-user-force-logout
Composer 安装命令:
composer require eye4web/eye4web-zfc-user-force-logout
包简介
Adds the functionality to force a user to logout.
README 文档
README
Introduction
This module will force log the user to log out if the flag is set in database
Installation
With composer
-
Add this project composer.json:
"require": { "eye4web/eye4web-zfc-user-force-logout": "dev-master" }
-
Now tell composer to download the module by running the command:
$ php composer.phar update
-
Enable it in your
application.config.phpfile.<?php return array( 'modules' => array( // ... 'Eye4web\ZfcUser\ForceLogout' ), // ... );
-
Make your user entity implement
Eye4web\ZfcUser\ForceLogout\Entity\UserForceLogoutInterface
统计信息
- 总下载量: 31
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-09-04