2017 © Pedro PelĂĄez
 

silverstripe-module securityextras

A loose collection of tools to further lock down a SilverStripe installation.

image

silverstripe/securityextras

A loose collection of tools to further lock down a SilverStripe installation.

  • Tuesday, February 16, 2016
  • by wilr
  • Repository
  • 17 Watchers
  • 7 Stars
  • 764 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 5 Forks
  • 1 Open issues
  • 1 Versions
  • 7 % Grown

The README.md

Security Extras for SilverStripe

A loose collection of tools to further lock down a SilverStripe installation., (*1)

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., (*2)

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., (*3)

    // 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., (*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)

The Versions

16/02 2016

dev-master

9999999-dev

A loose collection of tools to further lock down a SilverStripe installation.

  Sources   Download

The Requires

 

silverstripe-labs securityextras