apply_filters( 'llms_password_strength_meter_settings', array $meter_settings )
Modify password strength meter settings.
Parameters Parameters
- $meter_settings
-
(array) Hash of meter configuration options.
- 'blocklist'
(string[]) A list of strings that are penalized when used in the password. See "user_inputs" at <a href="https://github.com/dropbox/zxcvbn#usage">https://github.com/dropbox/zxcvbn#usage</a>. - 'min_strength'
(string) The minimum acceptable password strength. Accepts "strong", "medium", or "weak". Default: "strong". - 'min_length'
(int) The minimum acceptable password length. Must be >= 6. Default: 6.
- 'blocklist'
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |