stevenbuehner/htpasswd-manager
Composer 安装命令:
composer require stevenbuehner/htpasswd-manager
包简介
A module for Zend Framework 2 to manage an apache .htpasswd file for Basic Authentication.
README 文档
README
zf2-htpasswd-module
A ZendFramework 2 Module to manage users in a htpasswd file with basic authentication
Default Configuration
'HtpasswdManager' => array (
// Carefull! File needs to be writeable by apache-user (www-data)
// The .htaccess file needs to be set to use this .htpasswd file for authentication
'htpasswd' => 'path/to/.htpasswd',
// Users, that can't be deleted with the GUI
'not_deletable_users' => array (
'admin'
),
// May be an array (for specific users) or boolean for general true / false
'usermanagement_users' => true
)
统计信息
- 总下载量: 100
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-12-02