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(11mo ago)233GPL-2.0-or-laterJavaScript

Since Oct 21Pushed 11mo 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 1mo ago

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.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU1MjA4MzEsIm5iZiI6MTc3NTUyMDUzMSwicGF0aCI6Ii81MTc3MDA5LzMwMjA0NDkzNS1hNjM3N2UzMi1kZWIyLTQ5ZDgtODczYS1mM2RkNWEzNmZhN2Muc3ZnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDQwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA0MDdUMDAwODUxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTI2MzFmNWIwMGViYWFkZDQzYWUxOTk0YTE2ZmQzYjI5ZWFiZGE2ZjZkOTJjNzkxMjNkMTYzNTFlZmZkYmNlZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.fD27rCHgVX2i5sFJg1iXjgvlWQeM-RHbr4AUaWy9M_M)](https://private-user-images.githubusercontent.com/5177009/302044935-a6377e32-deb2-49d8-873a-f3dd5a36fa7c.svg?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NzU1MjA4MzEsIm5iZiI6MTc3NTUyMDUzMSwicGF0aCI6Ii81MTc3MDA5LzMwMjA0NDkzNS1hNjM3N2UzMi1kZWIyLTQ5ZDgtODczYS1mM2RkNWEzNmZhN2Muc3ZnP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI2MDQwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNjA0MDdUMDAwODUxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTI2MzFmNWIwMGViYWFkZDQzYWUxOTk0YTE2ZmQzYjI5ZWFiZGE2ZjZkOTJjNzkxMjNkMTYzNTFlZmZkYmNlZiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.fD27rCHgVX2i5sFJg1iXjgvlWQeM-RHbr4AUaWy9M_M)

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 72% of packages

Maintenance52

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity47

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

336d 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)
