Skip to content

Commit f39c3b8

Browse files
committed
Update readme
1 parent 6e4b841 commit f39c3b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,14 @@ By default, all users must use a medium or greater strength password. This can b
8282

8383
**Password strength functionality requires the PHP extension [mbstring](https://www.php.net/manual/en/mbstring.installation.php) to be installed on the web server. Functionality will be bypassed if extension not installed.*
8484

85+
Additionally, the plugin checks passwords against the [Have I Been Pwned](https://haveibeenpwned.com/) database to ensure they haven't been compromised in a data breach. This can be disabled by defining the constant `TENUP_EXPERIENCE_DISABLE_HIBP` as `true`.
86+
87+
#### Constants
88+
89+
- `TENUP_EXPERIENCE_DISABLE_HIBP`
90+
91+
Define `TENUP_EXPERIENCE_DISABLE_HIBP` as `true` to disable Have I Been Pwned password checking.
92+
8593

8694
### Headers
8795

0 commit comments

Comments
 (0)