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.


Top ↑

Source Source

File: includes/forms/class-llms-form-field.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.