stable

Clone or download

Read-only

Remove usage of \Http_Client from src/common/Password

The calls to the HaveIBeenPwned API is now done with a PSR-18 HTTP client. No functionnal change is expected. Part of request #13236: Remove deprecated \Http_Client class Change-Id: Iddabb384c1071933748a5a39c92c15c29d635edd

Modified Files

Name
M src/common/Password/HaveIBeenPwned/PwnedPasswordRangeRetriever.php +34 −18 Go to diff View file
M src/common/Password/PasswordStrategy.class.php +8 −2 Go to diff View file
M tests/phpunit/common/Password/HaveIBeenPwned/PwnedPasswordRangeRetrieverTest.php +61 −17 Go to diff View file