password_checker_common_passwords, $this->common_passwords

password_checker_common_passwords, $this->common_passwords

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_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.
    		 *