In this article

filter

jetpack_password_checker_restricted_strings

Filters Jetpack’s password strength enforcement settings. You can supply your own passwords that should not be used for authenticating in addition to weak and easy to guess strings for each user. For example, you can add passwords from known password databases to avoid compromised password usage.

Parameters

$restricted_passwords
array

strings that are forbidden for use as passwords.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.