dev-master
9999999-devA loose collection of tools to further lock down a SilverStripe installation.
The Requires
by Sam Minnee
silverstripe-labs securityextras
A loose collection of tools to further lock down a SilverStripe installation.
A loose collection of tools to further lock down a SilverStripe installation., (*1)
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., (*2)
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., (*3)
// in mysite/_config.php Member::set_password_validator(new NZGovtPasswordValidator());
Requires SilverStripe 3.0 or newer., (*4)
You might also be interested in the secure-files modules for SilverStripe, which allows permission control on files hosted through a SilverStripe installation., (*5)
A loose collection of tools to further lock down a SilverStripe installation.
silverstripe-labs securityextras