PHPackages                             kanopi/saplings-password-policy-90-days - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. kanopi/saplings-password-policy-90-days

ActiveDrupal-recipe[Authentication &amp; Authorization](/categories/authentication)

kanopi/saplings-password-policy-90-days
=======================================

Installs and configures Password Policy and sets 90 day expiration default.

1.0.1(1y ago)233GPL-2.0-or-laterJavaScript

Since Oct 21Pushed 1y ago15 watchersCompare

[ Source](https://github.com/kanopi/saplings-password-policy-90-days)[ Packagist](https://packagist.org/packages/kanopi/saplings-password-policy-90-days)[ RSS](/packages/kanopi-saplings-password-policy-90-days/feed)WikiDiscussions main Synced today

READMEChangelog (7)Dependencies (1)Versions (8)Used By (0)

[![saplings](https://private-user-images.githubusercontent.com/5177009/302044935-a6377e32-deb2-49d8-873a-f3dd5a36fa7c.svg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODI5NTAwNDksIm5iZiI6MTc4Mjk0OTc0OSwicGF0aCI6Ii81MTc3MDA5LzMwMjA0NDkzNS1hNjM3N2UzMi1kZWIyLTQ5ZDgtODczYS1mM2RkNWEzNmZhN2Muc3ZnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDFUMjM0OTA5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MGI0NTk5NDIwYzQxNmExNTkxNWE3Nzc1ZmU0MTVlODc5MGE0OTMyZGQxNWQyNTRhOTYyYzg4MTY4MWNiZmQxMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGc3ZnJTJCeG1sIn0.c6_piUTMyMADVDX8t0SBvZ3aEjgoR8opI9l_0AemJOI)](https://private-user-images.githubusercontent.com/5177009/302044935-a6377e32-deb2-49d8-873a-f3dd5a36fa7c.svg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODI5NTAwNDksIm5iZiI6MTc4Mjk0OTc0OSwicGF0aCI6Ii81MTc3MDA5LzMwMjA0NDkzNS1hNjM3N2UzMi1kZWIyLTQ5ZDgtODczYS1mM2RkNWEzNmZhN2Muc3ZnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDcwMSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA3MDFUMjM0OTA5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MGI0NTk5NDIwYzQxNmExNTkxNWE3Nzc1ZmU0MTVlODc5MGE0OTMyZGQxNWQyNTRhOTYyYzg4MTY4MWNiZmQxMyZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QmcmVzcG9uc2UtY29udGVudC10eXBlPWltYWdlJTJGc3ZnJTJCeG1sIn0.c6_piUTMyMADVDX8t0SBvZ3aEjgoR8opI9l_0AemJOI)

Saplings - Password Policy - 90 Days
====================================

[](#saplings---password-policy---90-days)

A Drupal recipe that installs and configures the Password Policy module and sets a 90-day expiration default.

This recipe installs a Password Policy that has the following rules:

- Password must be changed every 90 days.
- Password can't be one of the 5 most recent passwords.
- Password must contain at least 1 letter character.
- Password must contain at least 1 special character.
- Password must contain at least 1 uppercase character.
- Password must contain at least 1 lowercase character.
- Password must contain at least 1 numeric character.
- Password character length must be at least 12 characters

Requiring this Recipe
---------------------

[](#requiring-this-recipe)

`composer require kanopi/saplings-password-policy-90-days`

Applying this Recipe
--------------------

[](#applying-this-recipe)

`drush cr``drush recipe saplings-password-policy-90-days`

**or**

If you have our Docksal command in your project, run the following command: `fin recipe-apply saplings-password-policy-90-days`

Unpacking this Recipe
---------------------

[](#unpacking-this-recipe)

To unpack this recipe's dependencies to your site's composer.json, in the root of your project run:

`composer unpack kanopi/saplings-password-policy-90-days`

If you have our Docksal command in your project, run the following command: `fin recipe-unpack kanopi/saplings-password-policy-90-days`

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance48

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 90.9% 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 ~150 days

Total

5

Last Release

389d ago

Major Versions

0.1.4 → 1.0.02025-03-21

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf9dca5c46910be861bb00920034637b5a36a1f6277413be6817a50a1ce6fc74?d=identicon)[kanopi\_studios](/maintainers/kanopi_studios)

---

Top Contributors

[![thejimbirch](https://avatars.githubusercontent.com/u/5177009?v=4)](https://github.com/thejimbirch "thejimbirch (20 commits)")[![echechulina](https://avatars.githubusercontent.com/u/59713012?v=4)](https://github.com/echechulina "echechulina (1 commits)")[![paulsheldrake](https://avatars.githubusercontent.com/u/1062456?v=4)](https://github.com/paulsheldrake "paulsheldrake (1 commits)")

---

Tags

do-not-archivedrupaldrupal-recipeinternal-toolsaplingsrecipedrupal recipesdrupal recipe

### Embed Badge

![Health badge](/badges/kanopi-saplings-password-policy-90-days/health.svg)

```
[![Health](https://phpackages.com/badges/kanopi-saplings-password-policy-90-days/health.svg)](https://phpackages.com/packages/kanopi-saplings-password-policy-90-days)
```

PHPackages © 2026

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