PHPackages                             innoweb/silverstripe-common-password-validation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Validation &amp; Sanitization](/categories/validation)
4. /
5. innoweb/silverstripe-common-password-validation

ActiveSilverstripe-vendormodule[Validation &amp; Sanitization](/categories/validation)

innoweb/silverstripe-common-password-validation
===============================================

Adds additional validation steps to PasswordValidator to check for commonly used passwords, the member's name and repeated characters

2.0.0(3y ago)02241BSD-3-ClausePHP

Since Jul 21Pushed 3y ago2 watchersCompare

[ Source](https://github.com/innowebau/silverstripe-common-password-validation)[ Packagist](https://packagist.org/packages/innoweb/silverstripe-common-password-validation)[ Docs](https://github.com/innowebau/silverstripe-common-password-validation)[ RSS](/packages/innoweb-silverstripe-common-password-validation/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

Silverstripe Common Password Validation
=======================================

[](#silverstripe-common-password-validation)

[![Version](https://camo.githubusercontent.com/8d226c763798b8a9779e14d0a3a6400581303ce84c3ca1c1bcc21846d9231340/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e6e6f7765622f73696c7665727374726970652d636f6d6d6f6e2d70617373776f72642d76616c69646174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/innoweb/silverstripe-common-password-validation)[![License](https://camo.githubusercontent.com/fe393fbbeea2d3da2b6290bd7e49679beb21773f60a66ba28847086faed4d6a9/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f696e6e6f7765622f73696c7665727374726970652d636f6d6d6f6e2d70617373776f72642d76616c69646174696f6e2e7376673f7374796c653d666c61742d737175617265)](license.md)

Overview
--------

[](#overview)

Adds additional validation steps to PasswordValidator to check for commonly used passwords, the member's name and repeated characters.

Requirements
------------

[](#requirements)

- Silverstripe Framework ^5

Note: this version is compatible with SilverStripe 5. For SilverStripe 4, please see the [1 release line](https://github.com/innowebau/silverstripe-common-password-validation/tree/1).

Installation
------------

[](#installation)

Install the module using composer:

```
composer require innoweb/silverstripe-common-password-validation dev-master

```

Then run dev/build.

Configuration
-------------

[](#configuration)

You can configure what tests should be performed. All three tests are enabled by default.

```
SilverStripe\Security\PasswordValidator:
  check_repetitions: false
  check_member_name: false
  check_common_passwords: false
```

You can edit the list of common passwords used.

```
SilverStripe\Security\PasswordValidator:
  common_passwords:
    - 'something'
```

The module currently uses a list of passwords collected from [Nord Pass](https://nordpass.com/most-common-passwords-list/) and [Daniel Miesler](https://github.com/danielmiessler/SecLists/blob/master/Passwords/Common-Credentials/10k-most-common.txt).

License
-------

[](#license)

BSD 3-Clause License, see [License](license.md)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~119 days

Total

3

Last Release

1160d ago

Major Versions

1.x-dev → 2.0.02023-03-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/0d2e71d7787401a7bd4916062346163897f89f455d650ab32b5d60cd14825ad3?d=identicon)[xini](/maintainers/xini)

---

Top Contributors

[![xini](https://avatars.githubusercontent.com/u/1152403?v=4)](https://github.com/xini "xini (5 commits)")

---

Tags

validatorsecuritypasswordsilverstripe

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/innoweb-silverstripe-common-password-validation/health.svg)

```
[![Health](https://phpackages.com/badges/innoweb-silverstripe-common-password-validation/health.svg)](https://phpackages.com/packages/innoweb-silverstripe-common-password-validation)
```

###  Alternatives

[rollerworks/password-strength-validator

Password-strength validator for Symfony

1455.7M6](/packages/rollerworks-password-strength-validator)[xemlock/htmlpurifier-html5

HTML5 support for HTML Purifier

1052.9M11](/packages/xemlock-htmlpurifier-html5)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
