Skip to content

newfold-labs/wp-module-secure-passwords

 
 

Repository files navigation

Newfold Logo

Secure Passwords WordPress Module

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.

Releasing Updates

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.

Installation

1. Add the Newfold Satis to your composer.json.

composer config repositories.newfold composer https://newfold-labs.github.io/satis/

2. Require the newfold-labs/wp-module-secure-passwords package.

composer require newfold-labs/wp-module-secure-passwords

Usage

More on Newfold WordPress Modules

More on Newfold WordPress Modules

Packages

No packages published

Languages

  • PHP 78.1%
  • JavaScript 19.9%
  • CSS 2.0%