stable

Clone or download

Read-only

Move Tuleap\password namespace to Tuleap\Password

Let's keep the established convention. This is part of story #11182: prevent users to use a breached password Change-Id: I879e8929175377753a961f17b06d85d0c45a4e7e

Modified Files

Name
R src/common/password/Administration/PasswordPolicyDisplayController.php Go to diff View file
R src/common/password/Administration/PasswordPolicyPresenter.php Go to diff View file
R src/common/password/Administration/PasswordPolicyUpdateController.php Go to diff View file
R src/common/password/Configuration/PasswordConfiguration.php Go to diff View file
R src/common/password/Configuration/PasswordConfigurationDAO.php Go to diff View file
R src/common/password/Configuration/PasswordConfigurationRetriever.php Go to diff View file
R src/common/password/Configuration/PasswordConfigurationSaver.php Go to diff View file
R src/common/password/HaveIBeenPwned/PwnedPasswordChecker.php Go to diff View file
R src/common/password/HaveIBeenPwned/PwnedPasswordRangeRetriever.php Go to diff View file
R src/common/password/PasswordCompromiseValidator.php Go to diff View file
R src/common/password/PasswordRegexpValidator.class.php Go to diff View file
R src/common/password/PasswordStrategy.class.php Go to diff View file
R src/common/password/PasswordValidator.class.php Go to diff View file
M src/common/Request/FrontRouter.php +5 −5 Go to diff View file
M src/common/account/RegisterPresenter.class.php +2 −2 Go to diff View file
M src/common/autoload.php +15 −15 Go to diff View file
M src/www/admin/usergroup.php +2 −2 Go to diff View file
M src/www/include/account.php +2 −2 Go to diff View file
M src/www/include/user.php +2 −2 Go to diff View file
R tests/phpunit/common/password/HaveIBeenPwned/PwnedPasswordCheckerTest.php Go to diff View file
R tests/phpunit/common/password/HaveIBeenPwned/PwnedPasswordRangeRetrieverTest.php Go to diff View file
R tests/phpunit/common/password/PasswordCompromiseValidatorTest.php Go to diff View file
M tests/phpunit/phpunit.xml +1 −1 Go to diff View file