This module requires users to use more secure passwords by preventing the use of any passwords exposed in data breaches.
To determine if a password is insecure, the module interacts with the Have I Been Pwned API, which contains a list of passwords previously exposed in data breaches. When this module was created, this API contained more than half a billion passwords. New data breaches are added as they occur.
Upon tagging a new release, ensure that the constant NFD_SECURE_PASSWORD_MODULE_VERSION
at line 15 of /secure-passwords.php
is updated. This constant is currently only used for cache-busting assets on admin and login pages.
composer config repositories.newfold composer https://newfold-labs.github.io/satis/
composer require newfold-labs/wp-module-secure-passwords