icingaweb2/test
Jolien Trog c04281b837 Add AnyPasswordPolicy and CommonPasswordPolicy
`AnyPasswordPolicy` is the permissive default. It accepts every password without
validation. It exists so the policy dropdown always has a valid selection when
no enforcement is wanted.

`CommonPasswordPolicy` enforces a baseline. A minimum of 12 characters, at least
one digit, one special character, one uppercase letter, and one lowercase
letter. Its `getDescription()` return value is rendered in an info callout
before the password field so users know the requirements before submitting.

Co-authored-by: Johannes Rauh <johannes.rauh@icinga.com>
Co-authored-by: Alexander Rieß <alexander.riess@icinga.com>
2026-07-03 13:00:21 +02:00
..
config/JavaScriptTest JavaScript: Enhance dependency optimization 2026-05-04 16:17:20 +02:00
php Add AnyPasswordPolicy and CommonPasswordPolicy 2026-07-03 13:00:21 +02:00