password_checker_common_passwords, $this->common_passwords
password_checker_common_passwords, $this->common_passwords
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('password_checker_common_passwords, $this->common_passwords') is found 1 times:
- /jetpack_vendor/automattic/jetpack-password-checker/src/class-password-checker.php line 107
* compromised password usage. * * @param array $common_passwords strings that are forbidden for use as passwords. */ $this->common_passwords = apply_filters( 'password_checker_common_passwords', $this->common_passwords ); /** * Filters the password strength enforcement settings. * * You can modify the minimum password length using this filter. *