silverstripe/securityextras
Composer 安装命令:
composer require silverstripe/securityextras
包简介
A loose collection of tools to further lock down a SilverStripe installation.
README 文档
README
Security Extras for SilverStripe
A loose collection of tools to further lock down a SilverStripe installation.
Features
Group-based IP Restrictions
Adds an "IP Addresses" whitelist to each Group record in the CMS interface, which means the users in this group will just be considered a member when they're logging in from the specified IP range.
New Zealand E-Government Password Validator
A password validator which enforces specific rules around password length and complexity.
Will be enforced when a Member record is saved, through Member->validate().
The underlying password validation is a core feature, so can be easily adapted
to other validation standards.
// in mysite/_config.php Member::set_password_validator(new NZGovtPasswordValidator());
Maintainers
- Sam Minnée (sam at silverstripe dot com)
Requirements
Requires SilverStripe 3.0 or newer.
Related
You might also be interested in the secure-files modules for SilverStripe, which allows permission control on files hosted through a SilverStripe installation.
统计信息
- 总下载量: 1.35k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2013-11-12