stable

Clone or download

Read-only

Site administrators can change the status of the breached password detection

Feature is enabled by default on new Tuleap instances. This is part of story #11182: prevent users to use a breached password Change-Id: I6d705411d2a4b2719bc1844bb17b239d5af19347

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +3 −0 Go to diff View file
M site-content/tuleap-core.pot +3 −0 Go to diff View file
M src/common/Request/FrontRouter.php +15 −6 Go to diff View file
M src/common/autoload.php +4 −2 Go to diff View file
M src/common/password/Administration/PasswordPolicyDisplayController.php +3 −0 Go to diff View file
M src/common/password/Administration/PasswordPolicyPresenter.php +6 −1 Go to diff View file
A src/common/password/Administration/PasswordPolicyUpdateController.php +53 −0 Go to diff View file
M src/common/password/Configuration/PasswordConfigurationDAO.php +16 −0 Go to diff View file
A src/common/password/Configuration/PasswordConfigurationSaver.php +39 −0 Go to diff View file
M src/db/mysql/database_initvalues.sql +2 −0 Go to diff View file
M src/templates/admin/password/password_policy.mustache +15 −10 Go to diff View file
A src/www/scripts/admin/password-policy.js +25 −0 Go to diff View file