Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 1.69 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.69 KB
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.

Installation

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

composer config repositories.bluehost composer https://bluehost.github.io/satis

2. Require the bluehost/wp-module-secure-passwords package.

composer require bluehost/wp-module-secure-passwords

Usage

More on NewFold WordPress Modules